Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 604466
Collapse All | Expand All

(-)file_not_specified_in_diff (-5 / +10 lines)
Line  Link Here
0
-- a/pcreposix.h
0
++ b/pcreposix.h
Lines 133-146 file. */ Link Here
133
133
134
/* The functions */
134
/* The functions */
135
135
136
PCREPOSIX_EXP_DECL int regcomp(regex_t *, const char *, int);
136
PCREPOSIX_EXP_DECL int pcreposix_regcomp(regex_t *, const char *, int);
137
PCREPOSIX_EXP_DECL int regexec(const regex_t *, const char *, size_t,
137
PCREPOSIX_EXP_DECL int pcreposix_regexec(const regex_t *, const char *, size_t,
138
                     regmatch_t *, int);
138
                     regmatch_t *, int);
139
PCREPOSIX_EXP_DECL size_t regerror(int, const regex_t *, char *, size_t);
139
PCREPOSIX_EXP_DECL size_t pcreposix_regerror(int, const regex_t *, char *, size_t);
140
PCREPOSIX_EXP_DECL void regfree(regex_t *);
140
PCREPOSIX_EXP_DECL void pcreposix_regfree(regex_t *);
141
141
142
#ifdef __cplusplus
142
#ifdef __cplusplus
143
}   /* extern "C" */
143
}   /* extern "C" */
144
#endif
144
#endif
145
145
146
#define regcomp pcreposix_regcomp
147
#define regexec pcreposix_regexec
148
#define regerror pcreposix_regerror
149
#define regfree pcreposix_regfree
150
146
#endif /* End of pcreposix.h */
151
#endif /* End of pcreposix.h */

Return to bug 604466