X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/5b760b6cac721c6abd036c0689e713b5a7c700c5..623db3559bd3da895035f61cf1f1a7374f2365cf:/client/scripting.h?ds=sidebyside diff --git a/client/scripting.h b/client/scripting.h index 58e5359e..89a866bc 100644 --- a/client/scripting.h +++ b/client/scripting.h @@ -18,6 +18,6 @@ * @param L */ -void set_pm3_libraries(lua_State *L); +int set_pm3_libraries(lua_State *L); #endif