Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/azatoth/minidlna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Maggard <jmaggard@users.sourceforce.net>2011-04-29 01:04:24 +0400
committerJustin Maggard <jmaggard@users.sourceforce.net>2011-04-29 01:04:24 +0400
commitb7ef97b59397f50fc24168e651d5e7a459e94734 (patch)
tree9939eca1802cf797208263f7a69bc6a5267ca5f3 /upnphttp.h
parent6117d6d313131a4056b0bf49842e636f08f3f6a0 (diff)
* Improve TiVo error handling.
Diffstat (limited to 'upnphttp.h')
-rw-r--r--upnphttp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/upnphttp.h b/upnphttp.h
index 64108e6..74134f7 100644
--- a/upnphttp.h
+++ b/upnphttp.h
@@ -153,6 +153,8 @@ BuildResp2_upnphttp(struct upnphttp * h, int respcode,
/* Error messages */
void
+Send500(struct upnphttp *);
+void
Send501(struct upnphttp *);
/* SendResp_upnphttp() */