* Implement the QueryItem command.

* Add error handling/reporting for unknown commands.
This commit is contained in:
Justin Maggard
2009-03-30 07:43:10 +00:00
parent 3aea5d6f07
commit 2e3a4f1dde
3 changed files with 77 additions and 39 deletions

View File

@ -120,6 +120,10 @@ BuildResp2_upnphttp(struct upnphttp * h, int respcode,
const char * respmsg,
const char * body, int bodylen);
/* Error messages */
void
Send501(struct upnphttp *);
/* SendResp_upnphttp() */
void
SendResp_upnphttp(struct upnphttp *);