upnphttp: declare a couple functions static
This commit is contained in:
14
upnphttp.h
14
upnphttp.h
@ -179,19 +179,5 @@ Send501(struct upnphttp *);
|
||||
void
|
||||
SendResp_upnphttp(struct upnphttp *);
|
||||
|
||||
void
|
||||
SendResp_icon(struct upnphttp *, char * url);
|
||||
void
|
||||
SendResp_albumArt(struct upnphttp *, char * url);
|
||||
void
|
||||
SendResp_caption(struct upnphttp *, char * url);
|
||||
void
|
||||
SendResp_resizedimg(struct upnphttp *, char * url);
|
||||
void
|
||||
SendResp_thumbnail(struct upnphttp *, char * url);
|
||||
/* SendResp_dlnafile()
|
||||
* send the actual file data for a UPnP-A/V or DLNA request. */
|
||||
void
|
||||
SendResp_dlnafile(struct upnphttp *, char * url);
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user