aboutsummaryrefslogtreecommitdiffstats
path: root/src/io.h
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2007-05-06 13:32:42 +0000
committerFrederic Culot <calcurse@culot.org>2007-05-06 13:32:42 +0000
commitd89344683c6ece0f64f9160c72cbfa5ec2412bd8 (patch)
treedd39f08d4f359813bb6752637d9d2b240305f81d /src/io.h
parentd35c262704b988477a2fe23b57102a7ac6f01688 (diff)
downloadcalcurse-d89344683c6ece0f64f9160c72cbfa5ec2412bd8.tar.gz
calcurse-d89344683c6ece0f64f9160c72cbfa5ec2412bd8.zip
io_save_cal() prototype updated
Diffstat (limited to 'src/io.h')
-rwxr-xr-xsrc/io.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/io.h b/src/io.h
index 3b5ef28..163b935 100755
--- a/src/io.h
+++ b/src/io.h
@@ -1,4 +1,4 @@
-/* $calcurse: io.h,v 1.5 2007/03/24 23:21:55 culot Exp $ */
+/* $calcurse: io.h,v 1.6 2007/05/06 13:32:42 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -37,7 +37,7 @@ typedef enum {
void io_init(char *cfile);
void io_extract_data(char *dst_data, const char *org, int len);
-void io_save_cal(conf_t *conf, int layout);
+void io_save_cal(conf_t *conf);
void load_app(void);
int load_todo(void);
int check_data_files(void);