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.sourceforge.net>2009-03-13 11:39:37 +0300
committerJustin Maggard <jmaggard@users.sourceforge.net>2009-03-13 11:39:37 +0300
commit6ec6bc5b0146ef5dcbf914c1956610afb7b49903 (patch)
tree69d49bdf4cb63c7c749bf4976c45b75e3798c325 /upnpsoap.h
parent0fe5e1dd38e4aeda433981db10428feec80e7b55 (diff)
* Many changes for TiVo support. It actually [kinda] works. :)
Diffstat (limited to 'upnpsoap.h')
-rw-r--r--upnpsoap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/upnpsoap.h b/upnpsoap.h
index ceb8324..689ca71 100644
--- a/upnpsoap.h
+++ b/upnpsoap.h
@@ -17,6 +17,7 @@
struct Response
{
char *resp;
+ int start;
int returned;
int requested;
int total;