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:
@@ -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. */
|
||||
|
Reference in New Issue
Block a user