summaryrefslogtreecommitdiffstats
path: root/src/core/device.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-04-26 21:19:16 +0200
committerGitHub <noreply@github.com>2018-04-26 21:19:16 +0200
commitbe737420b7cd9489bfa2d518a577a0b56cb51862 (patch)
tree8cd872b185ce7f273f53d0a5fd0d57b925817d44 /src/core/device.h
parentnetwork: recreate link if its interface name is changed (#8795) (diff)
parentcore: include Found state in device dumps (diff)
downloadsystemd-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.h3
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_;