diff options
author | Frederic Culot <calcurse@culot.org> | 2007-05-06 13:32:42 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2007-05-06 13:32:42 +0000 |
commit | d89344683c6ece0f64f9160c72cbfa5ec2412bd8 (patch) | |
tree | dd39f08d4f359813bb6752637d9d2b240305f81d /src/io.h | |
parent | d35c262704b988477a2fe23b57102a7ac6f01688 (diff) | |
download | calcurse-d89344683c6ece0f64f9160c72cbfa5ec2412bd8.tar.gz calcurse-d89344683c6ece0f64f9160c72cbfa5ec2412bd8.zip |
io_save_cal() prototype updated
Diffstat (limited to 'src/io.h')
-rwxr-xr-x | src/io.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |