]> git.sesse.net Git - vlc/blobdiff - include/vlc_httpd.h
objects: vlc_object_yield() returns the yield()-ed object for convenience.
[vlc] / include / vlc_httpd.h
index b5135c62b8f6793bf020858ae4122d8aec2f64bb..5febb370f6bd234c99f052589b471a6f85b010d0 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_HTTPD_H
+#define VLC_HTTPD_H 1
 
-#ifndef _VLC_HTTPD_H
-#define _VLC_HTTPD_H 1
+/**
+ * \file
+ * This file defines functions, structures, enums and macros for httpd functionality in vlc.
+ */
 
 enum
 {