aboutsummaryrefslogtreecommitdiffstats
path: root/src/io.h
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2008-09-16 19:41:36 +0000
committerFrederic Culot <calcurse@culot.org>2008-09-16 19:41:36 +0000
commit62077a18f5ca760dc7798470ca4c457f905c7cd5 (patch)
tree0c1d239d4d813d23be89fc4e1505937ea6c191fe /src/io.h
parenta126904b7e462a72c276387dde1f5ba10a88d05d (diff)
downloadcalcurse-62077a18f5ca760dc7798470ca4c457f905c7cd5.tar.gz
calcurse-62077a18f5ca760dc7798470ca4c457f905c7cd5.zip
New functions added to handle ical import
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 5fd468b..7ed1eb7 100755
--- a/src/io.h
+++ b/src/io.h
@@ -1,4 +1,4 @@
-/* $calcurse: io.h,v 1.12 2008/09/15 20:40:22 culot Exp $ */
+/* $calcurse: io.h,v 1.13 2008/09/16 19:41:36 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -58,6 +58,6 @@ int io_check_data_files (void);
void io_startup_screen (bool, int);
void io_export_data (io_mode_t, export_type_t, conf_t *);
void io_export_bar (void);
-void io_import_data (char *, char *, io_mode_t, import_type_t, conf_t *);
+void io_import_data (char *, io_mode_t, import_type_t, conf_t *);
#endif /* CALCURSE_IO_H */