]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/basic/pager.h
resolve: voidify sd_event_add_signal() and sd_event_set_watchdog()
[thirdparty/systemd.git] / src / basic / pager.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 #include <stdbool.h>
5
6 #include "macro.h"
7
8 int pager_open(bool no_pager, bool jump_to_end);
9 void pager_close(void);
10 bool pager_have(void) _pure_;
11
12 int show_man_page(const char *page, bool null_stdio);