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