summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h
index 4d6441a..f7c9fd2 100644
--- a/src/common.h
+++ b/src/common.h
@@ -112,7 +112,7 @@ void print_progress_bar(double progress);
int read_file(const char* filename, void** data, size_t* size);
int write_file(const char* filename, const void* data, size_t size);
-char *generate_guid();
+char *generate_guid(void);
#ifdef WIN32
#include <windows.h>