* Improve TiVo error handling.

This commit is contained in:
Justin Maggard
2011-04-28 21:04:24 +00:00
parent ec4998ebde
commit 7068d2fda4
3 changed files with 17 additions and 12 deletions

View File

@ -153,6 +153,8 @@ BuildResp2_upnphttp(struct upnphttp * h, int respcode,
/* Error messages */
void
Send500(struct upnphttp *);
void
Send501(struct upnphttp *);
/* SendResp_upnphttp() */