io_save_cal() prototype updated
This commit is contained in:
parent
d35c262704
commit
d89344683c
4
src/io.h
4
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
|
* Calcurse - text-based organizer
|
||||||
@ -37,7 +37,7 @@ typedef enum {
|
|||||||
|
|
||||||
void io_init(char *cfile);
|
void io_init(char *cfile);
|
||||||
void io_extract_data(char *dst_data, const char *org, int len);
|
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);
|
void load_app(void);
|
||||||
int load_todo(void);
|
int load_todo(void);
|
||||||
int check_data_files(void);
|
int check_data_files(void);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user