summaryrefslogtreecommitdiffstats
path: root/src/output/udpcli.hh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/output/udpcli.hh14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/output/udpcli.hh b/src/output/udpcli.hh
index d74623d..c7cbf83 100644
--- a/src/output/udpcli.hh
+++ b/src/output/udpcli.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2023, OARC, Inc.
+ * Copyright (c) 2018-2024 OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
@@ -18,12 +18,12 @@
* along with dnsjit. If not, see <http://www.gnu.org/licenses/>.
*/
-//lua:require("dnsjit.core.compat_h")
-//lua:require("dnsjit.core.log")
-//lua:require("dnsjit.core.receiver_h")
-//lua:require("dnsjit.core.producer_h")
-//lua:require("dnsjit.core.object.payload_h")
-//lua:require("dnsjit.core.timespec_h")
+// lua:require("dnsjit.core.compat_h")
+// lua:require("dnsjit.core.log")
+// lua:require("dnsjit.core.receiver_h")
+// lua:require("dnsjit.core.producer_h")
+// lua:require("dnsjit.core.object.payload_h")
+// lua:require("dnsjit.core.timespec_h")
typedef struct output_udpcli {
core_log_t _log;