From c7b56ca556f4ffd3e6fe941356c6abc4d16967d4 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Tue, 2 Aug 2011 21:10:31 +0200 Subject: Add a copy file routine Add io_file_cp() which can be used to copy an existing source file to another location. We will need this for our new hash-based note file names. Signed-off-by: Lukas Fleischer --- src/calcurse.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/calcurse.h') diff --git a/src/calcurse.h b/src/calcurse.h index b1b8e75..8b82422 100644 --- a/src/calcurse.h +++ b/src/calcurse.h @@ -693,6 +693,7 @@ void io_set_lock (void); unsigned io_dump_pid (char *); unsigned io_get_pid (char *); int io_file_is_empty (char *); +int io_file_cp (const char *, const char *); /* keys.c */ void keys_init (void); -- cgit v1.2.3-54-g00ecf