Added num_caps param

This commit is contained in:
Sergey Lyubka 2013-08-07 11:01:09 +01:00
parent aef7850f93
commit 5b2404b776

2
slre.h
View File

@ -35,7 +35,7 @@ struct slre_cap {
};
int slre_match(const char *regexp, const char *buf, int buf_len,
struct slre_cap *caps, const char **error_msg);
struct slre_cap *caps, int num_caps, const char **error_msg);
#ifdef __cplusplus
}