summaryrefslogtreecommitdiffstats
path: root/src/file_operations.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/file_operations.h')
-rw-r--r--src/file_operations.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file_operations.h b/src/file_operations.h
index 63bc6ad0..e677003d 100644
--- a/src/file_operations.h
+++ b/src/file_operations.h
@@ -42,7 +42,7 @@ int edit_link(char *link);
int open_function(char **cmd);
int xchmod(const char *file, mode_t mode);
int create_file(char **cmd);
-int dup_file(char*source, char *dest);
+int dup_file(char **cmd);
int open_file(char *file);
void clear_selbox(void);