mirror of
https://github.com/lammertb/libhttp.git
synced 2025-08-06 05:02:40 +03:00
Added utility function docs
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user