/usr/include/clplumbing/cl_reboot.h is in libplumb2-dev 1.0.11+hg2754-1.1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 | #ifndef CLPLUMBING_CL_REBOOT_H
#define CLPLUMBING_CL_REBOOT_H 1
#include <glib.h>
void cl_enable_coredump_before_reboot(gboolean yesno); /* not implemented in all OSes */
void cl_reboot(int msdelaybeforereboot, const char * reason);
#endif
|