X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/5b760b6cac721c6abd036c0689e713b5a7c700c5..7177c5133436b55ff29479fc18f098563c911a35:/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