]> git.sesse.net Git - vlc/blobdiff - include/vlc_services_discovery.h
sd: Export internals with a getters.
[vlc] / include / vlc_services_discovery.h
index 0e659f0c72e7fc20c45e0eefb888f1325f8d8583..3a4e9881a62a0dd6e4a1a0749ff999ef92575f53 100644 (file)
@@ -71,6 +71,8 @@ VLC_EXPORT( services_discovery_t *, vlc_sd_Create, ( vlc_object_t *, const char
 VLC_EXPORT( bool, vlc_sd_Start, ( services_discovery_t * ) );
 VLC_EXPORT( void, vlc_sd_Stop, ( services_discovery_t * ) );
 VLC_EXPORT( void, vlc_sd_Destroy, ( services_discovery_t * ) );
+VLC_EXPORT( const char *, vlc_sd_GetName, ( services_discovery_t * ) );
+VLC_EXPORT( config_chain_t *, vlc_sd_GetConfigChain, ( services_discovery_t * ) );
 
 static inline void vlc_sd_StopAndDestroy( services_discovery_t * p_this )
 {