diff options
Diffstat (limited to 'dlib/dlib.h')
-rw-r--r-- | dlib/dlib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dlib/dlib.h b/dlib/dlib.h index 81301a55..351294ff 100644 --- a/dlib/dlib.h +++ b/dlib/dlib.h @@ -177,6 +177,7 @@ char *dGetcwd(void); char *dGethomedir(void); char *dGetline(FILE *stream); int dClose(int fd); +int dUsleep(unsigned long us); #ifdef __cplusplus } |