From: bert hubert Date: Sun, 29 Nov 2015 13:38:29 +0000 (+0100) Subject: and the .h.. X-Git-Tag: dnsdist-1.0.0-alpha1~171^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=684d5f6bc0821c2fcd0cd2f38c4791e0081941cb;p=thirdparty%2Fpdns.git and the .h.. --- diff --git a/pdns/rec-lua-conf.hh b/pdns/rec-lua-conf.hh new file mode 100644 index 0000000000..88663c29d4 --- /dev/null +++ b/pdns/rec-lua-conf.hh @@ -0,0 +1,13 @@ +#pragma once +#include "sholder.hh" +#include "sortlist.hh" +class LuaConfigItems +{ +public: + LuaConfigItems(); + SortList sortlist; +}; + +extern GlobalStateHolder g_luaconfs; +void loadRecursorLuaConfig(const std::string& fname); +