summaryrefslogtreecommitdiff
path: root/src/waffle/core/wcore_attrib_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/waffle/core/wcore_attrib_list.c')
-rw-r--r--src/waffle/core/wcore_attrib_list.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/waffle/core/wcore_attrib_list.c b/src/waffle/core/wcore_attrib_list.c
index f8c2e6d..abba921 100644
--- a/src/waffle/core/wcore_attrib_list.c
+++ b/src/waffle/core/wcore_attrib_list.c
@@ -113,3 +113,9 @@ WCORE_ATTRIB_LIST_COMMON_FUNCS(int32_t,
wcore_attrib_list32_get,
wcore_attrib_list32_get_with_default,
wcore_attrib_list32_update)
+
+WCORE_ATTRIB_LIST_COMMON_FUNCS(intptr_t,
+ wcore_attrib_list_length,
+ wcore_attrib_list_get,
+ wcore_attrib_list_get_with_default,
+ wcore_attrib_list_update)