diff options
Diffstat (limited to 'lib/tevent/tevent_util.h')
-rw-r--r-- | lib/tevent/tevent_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tevent/tevent_util.h b/lib/tevent/tevent_util.h index 052b302aae..c4d43786e5 100644 --- a/lib/tevent/tevent_util.h +++ b/lib/tevent/tevent_util.h @@ -115,3 +115,4 @@ do { \ const char **ev_str_list_add(const char **list, const char *s); int ev_set_blocking(int fd, bool set); +size_t ev_str_list_length(const char **list); |