about summary refs log tree commit diff stats
path: root/src/config/files.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/files.h')
-rw-r--r--src/config/files.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/files.h b/src/config/files.h
index b5cc5e1b..12c3f03a 100644
--- a/src/config/files.h
+++ b/src/config/files.h
@@ -61,7 +61,7 @@ void files_create_directories(void);
 char* files_get_config_path(char *config_base);
 char* files_get_data_path(char *data_base);
 
-char* files_get_log_file(void);
+char* files_get_log_file(char *log_file);
 char* files_get_inputrc_file(void);
 
 #endif