chiark / gitweb /
dbus: install some properties on the job objects
[elogind.git] / util.h
diff --git a/util.h b/util.h
index a9c430f722f8b0749cf2e4ed43cb5932ca528515..bdbaa36e13b0719756c0a98f92d4ce3edf5ebbb6 100644 (file)
--- a/util.h
+++ b/util.h
@@ -121,6 +121,9 @@ char *ascii_strlower(char *path);
 
 char *xescape(const char *s, const char *bad);
 
+char *bus_path_escape(const char *s);
+char *bus_path_unescape(const char *s);
+
 #define DEFINE_STRING_TABLE_LOOKUP(name,type)                           \
         const char *name##_to_string(type i) {                          \
                 if (i < 0 || i >= (type) ELEMENTSOF(name##_table))      \