]> git.sesse.net Git - vlc/blobdiff - modules/lua/libs.h
lua: remove MD5 functions before someone uses them
[vlc] / modules / lua / libs.h
index 9afaac02fe13610101a647c19694f0df597946d4..d67a672caa93104bb536fced88b082e3068abda4 100644 (file)
@@ -45,7 +45,6 @@ void luaopen_volume( lua_State * );
 void luaopen_gettext( lua_State * );
 void luaopen_input_item( lua_State *L, input_item_t *item );
 void luaopen_xml( lua_State *L );
-void luaopen_md5( lua_State *L );
 void luaopen_equalizer( lua_State *L );
 
 #endif