summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjlib/include/pj/list.h')
-rw-r--r--pjlib/include/pj/list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjlib/include/pj/list.h b/pjlib/include/pj/list.h
index 5e0a4ab7..f6f2c167 100644
--- a/pjlib/include/pj/list.h
+++ b/pjlib/include/pj/list.h
@@ -256,7 +256,7 @@ PJ_IDECL(pj_list_type*) pj_list_search(pj_list_type *list, void *value,
*
* @return Number of elements.
*/
-PJ_IDECL(pj_size_t) pj_list_size(pj_list_type *list);
+PJ_IDECL(pj_size_t) pj_list_size(const pj_list_type *list);
/**