Parent Directory
|
Revision Log
|
Patch
revision 63 by nigel, Sat Feb 24 21:40:03 2007 UTC | revision 69 by nigel, Sat Feb 24 21:40:18 2007 UTC | |
---|---|---|
# | Line 77 typedef struct { | Line 77 typedef struct { |
77 | /* The functions */ | /* The functions */ |
78 | ||
79 | extern int regcomp(regex_t *, const char *, int); | extern int regcomp(regex_t *, const char *, int); |
80 | extern int regexec(regex_t *, const char *, size_t, regmatch_t *, int); | extern int regexec(const regex_t *, const char *, size_t, regmatch_t *, int); |
81 | extern size_t regerror(int, const regex_t *, char *, size_t); | extern size_t regerror(int, const regex_t *, char *, size_t); |
82 | extern void regfree(regex_t *); | extern void regfree(regex_t *); |
83 |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |