]> git.sesse.net Git - vlc/blobdiff - include/modules_inner.h
Remove msecseek command. Now seek works differently depending on the argument:
[vlc] / include / modules_inner.h
index 6d1f554663927a97ad47192c80914a272f0200f9..75e9699bdde850c46e923bd660844d098837a8f8 100644 (file)
  * instance the module name, its shortcuts, its capabilities... we also create
  * a copy of its config because the module can be unloaded at any time.
  */
+#if defined (__PLUGIN__) || defined (__BUILTIN__)
+EXTERN_SYMBOL DLL_SYMBOL int CDECL_SYMBOL
+E_(vlc_entry) ( module_t *p_module );
+#endif
+
 #define vlc_module_begin( )                                                   \
     DECLARE_SYMBOLS;                                                          \
     EXTERN_SYMBOL DLL_SYMBOL int CDECL_SYMBOL                                 \