chiark / gitweb /
reset signal handlers on startup
[elogind.git] / util.h
diff --git a/util.h b/util.h
index f14751ea5e2d2ea45e93ea248e0c738eaae65550..a9690603317179081364ee079414ca355a305b52 100644 (file)
--- a/util.h
+++ b/util.h
@@ -99,4 +99,6 @@ bool is_path(const char *p);
 bool path_is_absolute(const char *p);
 char *path_make_absolute(const char *p, const char *prefix);
 
+int reset_all_signal_handlers(void);
+
 #endif