From caee34449c1c8b2c8bf3049f34625db871e7d9dc Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Fri, 15 Jan 2016 18:22:19 +0100 Subject: Export item UIDs upon request Add a new --export-uid command line option that adds each item's hash to the UID property when exporting. Signed-off-by: Lukas Fleischer --- src/calcurse.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/calcurse.h') diff --git a/src/calcurse.h b/src/calcurse.h index 380384f..2b5b055 100644 --- a/src/calcurse.h +++ b/src/calcurse.h @@ -799,7 +799,7 @@ int run_hook(const char *); /* ical.c */ void ical_import_data(FILE *, FILE *, int, unsigned *, unsigned *, unsigned *, unsigned *, unsigned *); -void ical_export_data(FILE *); +void ical_export_data(FILE *, int); /* io.c */ unsigned io_fprintln(const char *, const char *, ...); @@ -822,7 +822,7 @@ unsigned io_file_exists(const char *); int io_check_file(const char *); int io_check_data_files(void); void io_startup_screen(int); -void io_export_data(enum export_type); +void io_export_data(enum export_type, int); void io_import_data(enum import_type, const char *, int); struct io_file *io_log_init(void); void io_log_print(struct io_file *, int, const char *); -- cgit v1.2.3-54-g00ecf