refactor(mime): change function name
This commit is contained in:
@@ -8,6 +8,9 @@ typedef struct mimetype {
|
||||
const char *type;
|
||||
} mimetype;
|
||||
|
||||
int mime_get_content_type(const char *location_path, char *content_type);
|
||||
/*
|
||||
* Retrieve Content Type
|
||||
*/
|
||||
int cws_mime_get_ct(const char *location_path, char *content_type);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user