View | Details | Raw Unified | Return to bug 181603 | Differences between
and this patch

Collapse All | Expand All

(-)tombupnp/upnp/src/genlib/net/http/webserver.c (-1 / +1 lines)
Lines 310-316 Link Here
310
*	 0 - On Sucess														
310
*	 0 - On Sucess														
311
*	 UPNP_E_OUTOF_MEMORY - on memory allocation failures				
311
*	 UPNP_E_OUTOF_MEMORY - on memory allocation failures				
312
************************************************************************/
312
************************************************************************/
313
XINLINE int
313
static XINLINE int
314
get_content_type( IN const char *filename,
314
get_content_type( IN const char *filename,
315
                  OUT DOMString * content_type )
315
                  OUT DOMString * content_type )
316
{
316
{

Return to bug 181603