aboutsummaryrefslogtreecommitdiff
path: root/dlib/dlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'dlib/dlib.h')
-rw-r--r--dlib/dlib.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/dlib/dlib.h b/dlib/dlib.h
index 8dc324a7..0d194dbe 100644
--- a/dlib/dlib.h
+++ b/dlib/dlib.h
@@ -175,10 +175,10 @@ void dLib_show_messages(bool_t show);
/*
*- Misc utility functions ----------------------------------------------------
*/
-char *dGetcwd ();
-char *dGethomedir ();
-char *dGetline (FILE *stream);
-
+char *dGetcwd();
+char *dGethomedir();
+char *dGetline(FILE *stream);
+int dClose(int fd);
#ifdef __cplusplus
}