upnphttp: declare a couple functions static

This commit is contained in:
Justin Maggard
2014-07-18 12:26:30 -07:00
parent 24ec6d24fb
commit 5b3c6a3645
2 changed files with 15 additions and 22 deletions

View File

@ -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