summaryrefslogtreecommitdiffstats
path: root/configd/src/apps/sentinel/logctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'configd/src/apps/sentinel/logctl.h')
-rw-r--r--configd/src/apps/sentinel/logctl.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/configd/src/apps/sentinel/logctl.h b/configd/src/apps/sentinel/logctl.h
new file mode 100644
index 00000000000..7eb88bcd19c
--- /dev/null
+++ b/configd/src/apps/sentinel/logctl.h
@@ -0,0 +1,8 @@
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+#pragma once
+
+namespace config::sentinel {
+
+void justRunLogctl(const char *cspec, const char *lspec);
+
+}