From d89344683c6ece0f64f9160c72cbfa5ec2412bd8 Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Sun, 6 May 2007 13:32:42 +0000 Subject: io_save_cal() prototype updated --- src/io.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/io.h') 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); -- cgit v1.2.3-54-g00ecf