comparison src/regex.h @ 440:8de8e3f6228a r21-2-28

Import from CVS: tag r21-2-28
author cvs
date Mon, 13 Aug 2007 11:33:38 +0200
parents 3ecd8885ac67
children abe6d1db359e
comparison
equal deleted inserted replaced
439:357dd071b03c 440:8de8e3f6228a
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA. */ 19 Boston, MA 02111-1307, USA. */
20 20
21 /* Synched up with: FSF 19.29. */ 21 /* Synched up with: FSF 19.29. */
22 22
23 #ifndef __REGEXP_LIBRARY_H__ 23 #ifndef INCLUDED_regex_h_
24 #define __REGEXP_LIBRARY_H__ 24 #define INCLUDED_regex_h_
25 25
26 /* POSIX says that <sys/types.h> must be included (by the caller) before 26 /* POSIX says that <sys/types.h> must be included (by the caller) before
27 <regex.h>. */ 27 <regex.h>. */
28 28
29 29
480 regmatch_t pmatch[], int eflags); 480 regmatch_t pmatch[], int eflags);
481 size_t regerror (int errcode, CONST regex_t *preg, char *errbuf, 481 size_t regerror (int errcode, CONST regex_t *preg, char *errbuf,
482 size_t errbuf_size); 482 size_t errbuf_size);
483 void regfree (regex_t *preg); 483 void regfree (regex_t *preg);
484 484
485 #endif /* not __REGEXP_LIBRARY_H__ */ 485 #endif /* INCLUDED_regex_h_ */