X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=miniexpect.h;h=f987655734d3e56d46b68c1116f63605da0245d4;hb=329575032af72a3155bcc2640231e603604cd253;hp=9a374b78ce119d7a671214e353a871982b2d1e91;hpb=0fe43b4d2de5ac336c2f1635b9a8f60b3ae00370;p=miniexpect.git diff --git a/miniexpect.h b/miniexpect.h index 9a374b7..f987655 100644 --- a/miniexpect.h +++ b/miniexpect.h @@ -41,6 +41,7 @@ struct mexp_h { char *buffer; size_t len; size_t alloc; + ssize_t next_match; size_t read_size; int pcre_error; void *user1;