diff options
Diffstat (limited to 'regexset.h')
-rw-r--r-- | regexset.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ #ifndef _REGEXSET_H_ -#define _REGEXSEt_H_ +#define _REGEXSET_H_ #include <pcre.h> @@ -10,6 +10,7 @@ struct regexset_t { void rs_init(); struct regexset_t *rs_add(const char *text, const char *join); +struct regexset_t *rs_get(int index); void rs_free(); #endif |