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-05-01 04:01:03 +0400
committerJustin Maggard <jmaggard@users.sourceforge.net>2009-05-01 04:01:03 +0400
commite6bf6f934f3e9b009430e2011d1bf4b14755a883 (patch)
tree32701dc065b176f05edf422b8951c80204d7299c /upnpsoap.h
parent56816eac5327925f4899a07a57d7e2aa2453cc72 (diff)
* Add client type caching code, so we can behave in a customized manner if necessary for certain clients.
Diffstat (limited to 'upnpsoap.h')
-rw-r--r--upnpsoap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/upnpsoap.h b/upnpsoap.h
index 2af832e..af33ccd 100644
--- a/upnpsoap.h
+++ b/upnpsoap.h
@@ -22,7 +22,7 @@ struct Response
int requested;
int size;
u_int32_t filter;
- enum clientType client;
+ enum client_types client;
};
/* ExecuteSoapAction():