Add --list-imported command line option
When this option is used together with -i/--import, the object identifiers of imported objects are printed to stdout. Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
@@ -797,7 +797,7 @@ int display_help(const char *);
|
||||
int run_hook(const char *);
|
||||
|
||||
/* ical.c */
|
||||
void ical_import_data(FILE *, FILE *, unsigned *, unsigned *, unsigned *,
|
||||
void ical_import_data(FILE *, FILE *, int, unsigned *, unsigned *, unsigned *,
|
||||
unsigned *, unsigned *);
|
||||
void ical_export_data(FILE *);
|
||||
|
||||
@@ -823,7 +823,7 @@ 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_import_data(enum import_type, const char *);
|
||||
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 *);
|
||||
void io_log_display(struct io_file *, const char *, const char *);
|
||||
|
||||
Reference in New Issue
Block a user