diff options
Diffstat (limited to 'server/src/luaquerymapper.h')
-rw-r--r-- | server/src/luaquerymapper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/src/luaquerymapper.h b/server/src/luaquerymapper.h index e8a25f8..2d3e72d 100644 --- a/server/src/luaquerymapper.h +++ b/server/src/luaquerymapper.h @@ -71,6 +71,8 @@ public: */ void addQueryResult(QueryResult &result) throw(Exception); + std::string automap(const std::string &name); + private: void error(std::string message) throw(Exception); |