diff options
Diffstat (limited to 'src/core/misc.h')
-rw-r--r-- | src/core/misc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/misc.h b/src/core/misc.h index 37a19c07..08917208 100644 --- a/src/core/misc.h +++ b/src/core/misc.h @@ -16,7 +16,6 @@ int strarray_length(char **array); /* return index of `item' in `array' or -1 if not found */ int strarray_find(char **array, const char *item); -int copyfile(const char *src, const char *dest); int execute(const char *cmd); /* returns pid or -1 = error */ GSList *gslist_find_string(GSList *list, const char *key); |