diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2010-08-13 07:58:56 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2010-08-13 07:59:08 +0200 |
commit | 2de1daae9e11f61400e7f6685079c491d166ac88 (patch) | |
tree | f742cf0631d8405c2da7f731261cb09550356346 /src/lua-plugin.h | |
parent | 4dcf73f8e320b9fd654229cd355fb645df24ed93 (diff) |
Adding searchpath to LuaLoadPlugin
Diffstat (limited to 'src/lua-plugin.h')
-rw-r--r-- | src/lua-plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua-plugin.h b/src/lua-plugin.h index e347b6b..9e4ed4c 100644 --- a/src/lua-plugin.h +++ b/src/lua-plugin.h @@ -5,7 +5,7 @@ #include <Exceptions.h> #include <Handle.h> -void LuaLoadPlugin(const String & fname, Lua * L) throw (GeneralException); +void LuaLoadPlugin(const String & fname, const String & searchpath, Lua * L) throw (GeneralException); void LuaLoadPlugin(Handle * h, Lua * L) throw (GeneralException); #endif |