aboutsummaryrefslogtreecommitdiff
path: root/src/fileutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fileutils.h')
-rw-r--r--src/fileutils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileutils.h b/src/fileutils.h
index e243a89..1c4f828 100644
--- a/src/fileutils.h
+++ b/src/fileutils.h
@@ -4,7 +4,7 @@
#include <stddef.h>
#include <time.h>
-const char* get_home_dir();
+const char* get_home_dir(void);
/* Returns 0 on success */
int file_get_content(const char *filepath, char **data, long *size);
/* Returns 0 on success */