From f7eae710106c546b6b9e0b8f7eed736cd3f65e75 Mon Sep 17 00:00:00 2001 From: Lammert Bies Date: Thu, 15 Dec 2016 21:16:12 +0100 Subject: [PATCH] Added utility function docs --- include/libhttp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libhttp.h b/include/libhttp.h index 5fc9c7ea..d93a9151 100644 --- a/include/libhttp.h +++ b/include/libhttp.h @@ -965,7 +965,7 @@ LIBHTTP_API int httplib_closedir( DIR *dir ); LIBHTTP_API int httplib_kill( pid_t pid, int sig_num ); LIBHTTP_API int httplib_mkdir( const char *path, int mode ); LIBHTTP_API DIR * httplib_opendir( const char *name ); -LIBHTTP_API int httplib_poll( struct pollfd *pfd, unsigned int n, int milliseconds ); +LIBHTTP_API int httplib_poll( struct pollfd *pfd, unsigned int n, int timeout ); LIBHTTP_API struct dirent * httplib_readdir( DIR *dir ); #ifdef __cplusplus