ae75f9d4e5
- 755 -> 644
14 lines
184 B
C
14 lines
184 B
C
/* Copyright (c) 1985 Ceriel J.H. Jacobs */
|
|
|
|
/* $Header$ */
|
|
|
|
# ifndef _PATTERN_
|
|
# define PUBLIC extern
|
|
# else
|
|
# define PUBLIC
|
|
# endif
|
|
|
|
char * re_comp();
|
|
int re_exec();
|
|
|
|
# undef PUBLIC
|