summaryrefslogtreecommitdiffstats
path: root/src/journal/journalctl-varlink.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/journal/journalctl-varlink.h')
-rw-r--r--src/journal/journalctl-varlink.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/journal/journalctl-varlink.h b/src/journal/journalctl-varlink.h
new file mode 100644
index 0000000..e10983a
--- /dev/null
+++ b/src/journal/journalctl-varlink.h
@@ -0,0 +1,9 @@
+/* SPDX-License-Identifier: LGPL-2.1-or-later */
+#pragma once
+
+int action_flush_to_var(void);
+int action_relinquish_var(void);
+int action_rotate(void);
+int action_vacuum(void);
+int action_rotate_and_vacuum(void);
+int action_sync(void);