From 684d5f6bc0821c2fcd0cd2f38c4791e0081941cb Mon Sep 17 00:00:00 2001 From: bert hubert Date: Sun, 29 Nov 2015 14:38:29 +0100 Subject: [PATCH] and the .h.. --- pdns/rec-lua-conf.hh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pdns/rec-lua-conf.hh diff --git a/pdns/rec-lua-conf.hh b/pdns/rec-lua-conf.hh new file mode 100644 index 000000000..88663c29d --- /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); + -- 2.40.0