summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/baresip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/baresip.h b/include/baresip.h
index d1c8524..890cc9a 100644
--- a/include/baresip.h
+++ b/include/baresip.h
@@ -285,7 +285,7 @@ enum presence_status {
struct contact;
-typedef void (contact_update_h)(struct contact *c, bool remove, void *arg);
+typedef void (contact_update_h)(struct contact *c, bool removed, void *arg);
struct contacts {
struct list cl;