summaryrefslogtreecommitdiff
path: root/src/systemd
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-10-15 09:27:53 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-10-15 09:27:53 +0900
commit0c40d13a07ccd71070a8a69329752170aa2cc4b7 (patch)
tree4cc4bfe38784a13c9e9f7d7cd11c4a1842bb0edf /src/systemd
parent6cc4d59b35fe7ab3136fbdf6ca41700431f0afa7 (diff)
downloadsystemd-0c40d13a07ccd71070a8a69329752170aa2cc4b7.tar.gz
sd-bus: rename argument
Diffstat (limited to 'src/systemd')
-rw-r--r--src/systemd/sd-bus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemd/sd-bus.h b/src/systemd/sd-bus.h
index 5bc6965916..15094f428a 100644
--- a/src/systemd/sd-bus.h
+++ b/src/systemd/sd-bus.h
@@ -234,7 +234,7 @@ int sd_bus_slot_set_destroy_callback(sd_bus_slot *s, sd_bus_destroy_t callback);
int sd_bus_slot_get_destroy_callback(sd_bus_slot *s, sd_bus_destroy_t *callback);
sd_bus_message* sd_bus_slot_get_current_message(sd_bus_slot *slot);
-sd_bus_message_handler_t sd_bus_slot_get_current_handler(sd_bus_slot *bus);
+sd_bus_message_handler_t sd_bus_slot_get_current_handler(sd_bus_slot *slot);
void *sd_bus_slot_get_current_userdata(sd_bus_slot *slot);
/* Message object */