Added num_caps param

pull/1/head
Sergey Lyubka 11 years ago
parent aef7850f93
commit 5b2404b776
  1. 2
      slre.h

@ -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
}

Loading…
Cancel
Save