chiark / gitweb /
bus: move ssh support into public API of libsystem-bus
[elogind.git] / src / libsystemd-bus / bus-internal.h
index 5f8298bbb151e38126b3c534729ad3bbf2adbb13..2ae796191580b97db2fdc0acd24c0d85a157bd02 100644 (file)
@@ -289,6 +289,8 @@ int bus_next_address(sd_bus *bus);
 
 bool bus_pid_changed(sd_bus *bus);
 
+char *bus_address_escape(const char *v);
+
 #define OBJECT_PATH_FOREACH_PREFIX(prefix, path)                        \
         for (char *_slash = ({ strcpy((prefix), (path)); streq((prefix), "/") ? NULL : strrchr((prefix), '/'); }) ; \
              _slash && !(_slash[(_slash) == (prefix)] = 0);             \