Advertisement
svenhoefer

Untitled

Jan 29th, 2020
646
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.60 KB | None | 0 0
  1. diff --git a/libupnp/upnp/src/genlib/net/http/webserver.c b/libupnp/upnp/src/genlib/net/http/webserver.c
  2. index f5dc1c9..70c7993 100644
  3. --- a/libupnp/upnp/src/genlib/net/http/webserver.c
  4. +++ b/libupnp/upnp/src/genlib/net/http/webserver.c
  5. @@ -280,7 +280,7 @@ search_extension( IN const char *extension,
  6.  *   0 - On Sucess                                                     
  7.  *   UPNP_E_OUTOF_MEMORY - on memory allocation failures               
  8.  ************************************************************************/
  9. -XINLINE int
  10. +static XINLINE int
  11.  get_content_type( IN const char *filename,
  12.                    OUT DOMString * content_type )
  13.  {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement