summaryrefslogtreecommitdiff
path: root/src/core/swap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/swap.h')
-rw-r--r--src/core/swap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/swap.h b/src/core/swap.h
index c36c6f2ce..5de8c20c0 100644
--- a/src/core/swap.h
+++ b/src/core/swap.h
@@ -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_;