diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-10-30 20:31:48 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-10-30 20:31:48 -0400 |
commit | 4a0a74179fcfb85c456794fd91fa2ae5d4d3bc8f (patch) | |
tree | 7aa0256e5790c60df2bd945099550b60bd19435c /src/libsystemd/sd-bus/bus-error.h | |
parent | e1323fbfbe8a574f28b704f2df8ce7f99e3a28f5 (diff) |
bus: add sd_bus_errnomap section
This allows custom "name" ↔ errno mappings to be registered.
Tables from all compilation units are concatenated.
Diffstat (limited to 'src/libsystemd/sd-bus/bus-error.h')
-rw-r--r-- | src/libsystemd/sd-bus/bus-error.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libsystemd/sd-bus/bus-error.h b/src/libsystemd/sd-bus/bus-error.h index cf0ad9d545..1469486187 100644 --- a/src/libsystemd/sd-bus/bus-error.h +++ b/src/libsystemd/sd-bus/bus-error.h @@ -32,8 +32,6 @@ struct name_error_mapping { }; typedef struct name_error_mapping name_error_mapping; -const name_error_mapping* bus_error_mapping_lookup(const char *str, unsigned int len); - bool bus_error_is_dirty(sd_bus_error *e); const char *bus_error_message(const sd_bus_error *e, int error); |