X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/5b760b6cac721c6abd036c0689e713b5a7c700c5..8e9768399ccf8e22f73ac33e0456aeaa78fe626c:/client/scripting.h 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