aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/util/addon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/wlr/util/addon.h b/include/wlr/util/addon.h
index 3ad71f54..382252ae 100644
--- a/include/wlr/util/addon.h
+++ b/include/wlr/util/addon.h
@@ -37,7 +37,7 @@ void wlr_addon_init(struct wlr_addon *addon, struct wlr_addon_set *set,
const void *owner, const struct wlr_addon_interface *impl);
void wlr_addon_finish(struct wlr_addon *addon);
-struct wlr_addon *wlr_addon_find_by_owner(struct wlr_addon_set *set,
- const void *owner);
+struct wlr_addon *wlr_addon_find(struct wlr_addon_set *set, const void *owner,
+ const struct wlr_addon_interface *impl);
#endif