summaryrefslogtreecommitdiffstats
path: root/include/clplumbing/cl_reboot.h
blob: 1c759c879db6ae48cf8169bdbf142b330f14c771 (plain)
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