]> granicus.if.org Git - pdns/commitdiff
and the .h..
authorbert hubert <bert.hubert@netherlabs.nl>
Sun, 29 Nov 2015 13:38:29 +0000 (14:38 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Sun, 29 Nov 2015 13:38:29 +0000 (14:38 +0100)
pdns/rec-lua-conf.hh [new file with mode: 0644]

diff --git a/pdns/rec-lua-conf.hh b/pdns/rec-lua-conf.hh
new file mode 100644 (file)
index 0000000..88663c2
--- /dev/null
@@ -0,0 +1,13 @@
+#pragma once
+#include "sholder.hh"
+#include "sortlist.hh"
+class LuaConfigItems 
+{
+public:
+  LuaConfigItems();
+  SortList sortlist;
+};
+
+extern GlobalStateHolder<LuaConfigItems> g_luaconfs;
+void loadRecursorLuaConfig(const std::string& fname);
+