You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
598 B
14 lines
598 B
5 years ago
|
diff --git a/libupnp/upnp/src/genlib/net/http/webserver.c b/libupnp/upnp/src/genlib/net/http/webserver.c
|
||
|
index f5dc1c9..70c7993 100644
|
||
|
--- a/libupnp/upnp/src/genlib/net/http/webserver.c
|
||
|
+++ b/libupnp/upnp/src/genlib/net/http/webserver.c
|
||
|
@@ -280,7 +280,7 @@ search_extension( IN const char *extension,
|
||
|
* 0 - On Sucess
|
||
|
* UPNP_E_OUTOF_MEMORY - on memory allocation failures
|
||
|
************************************************************************/
|
||
|
-XINLINE int
|
||
|
+static XINLINE int
|
||
|
get_content_type( IN const char *filename,
|
||
|
OUT DOMString * content_type )
|
||
|
{
|