]> git.sesse.net Git - vlc/blobdiff - modules/misc/lua/libs.h
Export VLC's md5 API.
[vlc] / modules / misc / lua / libs.h
index 18f884ec139e15ea695989247ea6f194903bd96b..8bca89c41d6f6bd8dff382567a14d51c061c10c1 100644 (file)
@@ -45,5 +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 );
 
 #endif