1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-08-06 05:02:40 +03:00

Function checked and renamed to httplib_

This commit is contained in:
lammertb
2016-12-13 09:59:05 +01:00
parent 9ef767b2ee
commit 78a0db16de
9 changed files with 19 additions and 21 deletions

View File

@@ -803,9 +803,7 @@ typedef void *(*mg_thread_func_t)(void *);
CIVETWEB_API int mg_start_thread(mg_thread_func_t f, void *p);
/* Return builtin mime type for the given file name.
For unrecognized extensions, "text/plain" is returned. */
CIVETWEB_API const char *mg_get_builtin_mime_type(const char *file_name);
CIVETWEB_API const char * httplib_get_builtin_mime_type( const char *file_name );
/* Get text representation of HTTP status code. */