X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fnotmuch-private.h;h=544788bc3fdf67fb389b36945422572e0dcad6a4;hb=8a8e2b11c208050aa1d719ec0933f58d51628fdd;hp=57c6163918bb59ab236163dbd65eb3faf15113cd;hpb=411675a6ce78988157c4a078f504b3b7805e54c6;p=notmuch diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index 57c61639..544788bc 100644 --- a/lib/notmuch-private.h +++ b/lib/notmuch-private.h @@ -550,6 +550,12 @@ typedef struct _notmuch_string_list { notmuch_string_list_t * _notmuch_string_list_create (const void *ctx); +/* + * return the number of strings in 'list' + */ +int +_notmuch_string_list_length (notmuch_string_list_t *list); + /* Add 'string' to 'list'. * * The list will create its own talloced copy of 'string'.