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-13 00:58:01 +0400
committerJustin Maggard <jmaggard@users.sourceforce.net>2011-04-13 00:58:01 +0400
commit72b986a539dbfc0944769b12a5cfbc6d7d88d93d (patch)
treec3478339efcf2493e65cd3eb12f89f9c5f7d357a /upnphttp.h
parent7f063d11f8e247f6007a5d1386801c2a853be84b (diff)
* Send known audio-only devices straight to the Music section on root requests.
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 91df730..64108e6 100644
--- a/upnphttp.h
+++ b/upnphttp.h
@@ -112,6 +112,8 @@ struct upnphttp {
#define FLAG_MS_PFS 0x02000000 // Microsoft PlaysForSure client
#define FLAG_AUDIO_ONLY 0x04000000
+#define FLAG_FREE_OBJECT_ID 0x00000001
+
/* New_upnphttp() */
struct upnphttp *
New_upnphttp(int);