]> git.sesse.net Git - vlc/blobdiff - include/vlc_services_discovery.h
Qt: Save/Convert dialog should not show any streaming features.
[vlc] / include / vlc_services_discovery.h
index 862c4d17f4f97ea6a7c4d5eee9fc59498e6465aa..75834212b3d14bed300bb1ee57acd79e17dd2b4e 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
-#if !defined( __LIBVLC__ )
-  #error You are not libvlc or one of its plugins. You cannot include this file
-#endif
+#ifndef VLC_SERVICES_DISCOVERY_H_
+#define VLC_SERVICES_DISCOVERY_H_
 
-#ifndef _VLC_SERVICES_DISCOVERY_H_
-#define _VLC_SERVICES_DISCOVERY_H_
+/**
+ * \file
+ * This file functions and structures for service discovery in vlc
+ */
 
 # ifdef __cplusplus
 extern "C" {