]> git.sesse.net Git - vlc/blobdiff - src/libvlc.h
Hide httpd_t and httpd_host_t within httpd.c
[vlc] / src / libvlc.h
index 442d9f378eeaafa47eeda365ce433fcce2844a2e..02772d4ad40b3e6b85df0182653d8fbd61a1732f 100644 (file)
@@ -32,4 +32,8 @@ extern const size_t libvlc_config_count;
 extern const struct hotkey libvlc_hotkeys[];
 extern const size_t libvlc_hotkeys_size;
 
+extern vlc_object_t *
+vlc_custom_create (vlc_object_t *p_this, size_t i_size, int i_type,
+                   const char *psz_type);
+
 #endif