summaryrefslogtreecommitdiff
path: root/src/core/config_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/config_file.h')
-rw-r--r--src/core/config_file.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/core/config_file.h b/src/core/config_file.h
new file mode 100644
index 0000000..55d6413
--- /dev/null
+++ b/src/core/config_file.h
@@ -0,0 +1,9 @@
+/* BSD-2-Clause license
+ *
+ * Copyright (c) 2018-2023 NST <www.newinfosec.ru>, sss <sss at dark-alexandr dot net>.
+ *
+ */
+
+#pragma once
+
+void find_config_file(char *config_file_path);