* Add device icon support.

This commit is contained in:
Justin Maggard
2009-03-02 19:59:07 +00:00
parent e24e164d20
commit 2664fe0d91
4 changed files with 1409 additions and 12 deletions

View File

@ -124,6 +124,8 @@ BuildResp2_upnphttp(struct upnphttp * h, int respcode,
void
SendResp_upnphttp(struct upnphttp *);
void
SendResp_icon(struct upnphttp *, char * url);
void
SendResp_albumArt(struct upnphttp *, char * url);
void