diff --git a/modules/p_usrloc/dlist.c b/modules/p_usrloc/dlist.c index 9a6f8069ee2..5c16508f6a1 100644 --- a/modules/p_usrloc/dlist.c +++ b/modules/p_usrloc/dlist.c @@ -153,7 +153,7 @@ unsigned long get_number_of_users(void) int get_all_ucontacts(void *buf, int len, unsigned int flags, - unsigned int part_idx, unsigned int part_max) + unsigned int part_idx, unsigned int part_max, int options) { LM_INFO("not available with partitioned interface"); return -1; diff --git a/modules/p_usrloc/dlist.h b/modules/p_usrloc/dlist.h index 2114ac6f2ae..76c263e6e97 100644 --- a/modules/p_usrloc/dlist.h +++ b/modules/p_usrloc/dlist.h @@ -107,7 +107,7 @@ int register_udomain(const char* _n, udomain_t** _d); * \return 0 on success, positive if buffer size was not sufficient, negative on failure */ int get_all_ucontacts(void *, int, unsigned int, - unsigned int part_idx, unsigned int part_max); + unsigned int part_idx, unsigned int part_max, int options); /*! * \brief Find a particular domain, small wrapper around find_dlist