| 47 |
|
|
| 48 |
/* Functions */ |
/* Functions */ |
| 49 |
|
|
| 50 |
extern pcre *pcre_compile(const char *, int, char **, int *); |
extern pcre *pcre_compile(const char *, int, const char **, int *); |
| 51 |
extern int pcre_exec(const pcre *, const pcre_extra *, const char *, |
extern int pcre_exec(const pcre *, const pcre_extra *, const char *, |
| 52 |
int, int, int *, int); |
int, int, int *, int); |
| 53 |
extern int pcre_info(const pcre *, int *, int *); |
extern int pcre_info(const pcre *, int *, int *); |
| 54 |
extern pcre_extra *pcre_study(const pcre *, int, char **); |
extern pcre_extra *pcre_study(const pcre *, int, const char **); |
| 55 |
extern char *pcre_version(void); |
extern const char *pcre_version(void); |
| 56 |
|
|
| 57 |
#endif /* End of pcre.h */ |
#endif /* End of pcre.h */ |