chiark / gitweb /
core: rework device state logic
[elogind.git] / src / core / swap.h
index c36c6f2ce9190a80dba838adf2064ffc2f61edd4..5de8c20c042f97d5df42a6be38c1adafc89de63a 100644 (file)
@@ -115,8 +115,8 @@ struct Swap {
 
 extern const UnitVTable swap_vtable;
 
-int swap_process_new_device(Manager *m, struct udev_device *dev);
-int swap_process_removed_device(Manager *m, struct udev_device *dev);
+int swap_process_device_new(Manager *m, struct udev_device *dev);
+int swap_process_device_remove(Manager *m, struct udev_device *dev);
 
 const char* swap_state_to_string(SwapState i) _const_;
 SwapState swap_state_from_string(const char *s) _pure_;