chiark / gitweb /
bus: disable debug output in test-bus-kernel-benchmark
[elogind.git] / src / libsystemd-bus / bus-error.h
index c6e072eab4913e65fa53ce7d78188f67db85700f..5474c8c5ecf8d3a7f5360c1665a4d7dbe77c3a36 100644 (file)
@@ -23,7 +23,9 @@
 
 #include "sd-bus.h"
 
-int bus_error_to_errno(const sd_bus_error *e);
-int bus_error_from_errno(sd_bus_error *e, int error);
-
 bool bus_error_is_dirty(sd_bus_error *e);
+
+const char *bus_error_message(const sd_bus_error *e, int error);
+
+int bus_error_setfv(sd_bus_error *e, const char *name, const char *format, va_list ap);
+int bus_error_set_errnofv(sd_bus_error *e, int error, const char *format, va_list ap);