diff options
Diffstat (limited to 'src/journal/journalctl-show.h')
-rw-r--r-- | src/journal/journalctl-show.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/journal/journalctl-show.h b/src/journal/journalctl-show.h new file mode 100644 index 0000000..83f3bdd --- /dev/null +++ b/src/journal/journalctl-show.h @@ -0,0 +1,4 @@ +/* SPDX-License-Identifier: LGPL-2.1-or-later */ +#pragma once + +int action_show(char **matches); |