refactor(socket/mime): change function sign

This commit is contained in:
2026-01-14 02:17:25 +01:00
parent 76d00654ed
commit 4796ea7640
4 changed files with 7 additions and 15 deletions

View File

@@ -8,9 +8,7 @@ typedef struct mimetype {
const char *type;
} mimetype;
/*
* Retrieve Content Type
*/
/* Retrieve Content Type */
int cws_mime_get_ct(const char *location_path, char *content_type);
#endif