20 #ifndef MPD_UPNP_COMPAT_HXX
21 #define MPD_UPNP_COMPAT_HXX
25 #if UPNP_VERSION < 10800
32 #if UPNP_VERSION < 10624
39 return disco->Expires;
43 static inline const char *
46 return disco->DeviceId;
50 static inline const char *
53 return disco->DeviceType;
57 static inline const char *
60 return disco->ServiceType;
64 static inline const char *
67 return disco->Location;
static gcc_pure const char * UpnpDiscovery_get_DeviceType_cstr(const UpnpDiscovery *disco) noexcept
Upnp_Discovery UpnpDiscovery
static gcc_pure int UpnpDiscovery_get_Expires(const UpnpDiscovery *disco) noexcept
static gcc_pure const char * UpnpDiscovery_get_DeviceID_cstr(const UpnpDiscovery *disco) noexcept
static gcc_pure const char * UpnpDiscovery_get_Location_cstr(const UpnpDiscovery *disco) noexcept
static gcc_pure const char * UpnpDiscovery_get_ServiceType_cstr(const UpnpDiscovery *disco) noexcept