summaryrefslogtreecommitdiffstats
path: root/include/clplumbing/cl_reboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clplumbing/cl_reboot.h')
-rw-r--r--include/clplumbing/cl_reboot.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/clplumbing/cl_reboot.h b/include/clplumbing/cl_reboot.h
new file mode 100644
index 0000000..1c759c8
--- /dev/null
+++ b/include/clplumbing/cl_reboot.h
@@ -0,0 +1,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