summaryrefslogtreecommitdiff
path: root/dlib/dlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'dlib/dlib.h')
-rw-r--r--dlib/dlib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dlib/dlib.h b/dlib/dlib.h
index 87335e00..81301a55 100644
--- a/dlib/dlib.h
+++ b/dlib/dlib.h
@@ -173,8 +173,8 @@ void dLib_show_messages(bool_t show);
/*
*- Misc utility functions ----------------------------------------------------
*/
-char *dGetcwd();
-char *dGethomedir();
+char *dGetcwd(void);
+char *dGethomedir(void);
char *dGetline(FILE *stream);
int dClose(int fd);