diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-04-26 21:19:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-26 21:19:16 +0200 |
commit | be737420b7cd9489bfa2d518a577a0b56cb51862 (patch) | |
tree | 8cd872b185ce7f273f53d0a5fd0d57b925817d44 /src/core/device.h | |
parent | network: recreate link if its interface name is changed (#8795) (diff) | |
parent | core: include Found state in device dumps (diff) | |
download | systemd-be737420b7cd9489bfa2d518a577a0b56cb51862.tar.xz systemd-be737420b7cd9489bfa2d518a577a0b56cb51862.zip |
Merge pull request #8798 from yuwata/follow-up-8675
device: fix serialization and deserialization of DeviceFound
Diffstat (limited to 'src/core/device.h')
-rw-r--r-- | src/core/device.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/device.h b/src/core/device.h index a96aa6d24d..d52700b66f 100644 --- a/src/core/device.h +++ b/src/core/device.h @@ -37,6 +37,3 @@ extern const UnitVTable device_vtable; int device_found_node(Manager *m, const char *node, bool add, DeviceFound found, bool now); bool device_shall_be_bound_by(Unit *device, Unit *u); - -const char *device_found_to_string(DeviceFound f) _const_; -DeviceFound device_found_from_string(const char *s) _pure_; |