chiark / gitweb /
extend examples a bit
[elogind.git] / util.h
diff --git a/util.h b/util.h
index 8cc6043fca52a40ee92a9d2b56a66da1513860b8..a9690603317179081364ee079414ca355a305b52 100644 (file)
--- a/util.h
+++ b/util.h
@@ -94,5 +94,11 @@ char *strappend(const char *s, const char *suffix);
 int readlink_malloc(const char *p, char **r);
 
 char *file_name_from_path(const char *p);
+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