chiark / gitweb /
bus: add API calls to escape string components of objects paths
[elogind.git] / src / shared / util.h
index d46ff27f1c717752f860bc2a6eae06acfd70f843..00d2364c611d13a5fdc062081da9650c9e69bee1 100644 (file)
@@ -237,9 +237,6 @@ char *cunescape_length_with_prefix(const char *s, size_t length, const char *pre
 
 char *xescape(const char *s, const char *bad);
 
-char *bus_path_escape(const char *s);
-char *bus_path_unescape(const char *s);
-
 char *ascii_strlower(char *path);
 
 bool dirent_is_file(const struct dirent *de) _pure_;