home *** CD-ROM | disk | FTP | other *** search
- /*
- * Copyright (c) 1998 The Santa Cruz Operation, Inc.. All Rights Reserved.
- *
- * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF THE
- * SANTA CRUZ OPERATION INC.
- *
- * The copyright notice above does not evidence any actual or intended
- * publication of such source code.
- */
-
- #ifndef _RE_COMP_H
- #define _RE_COMP_H
- #ident "@(#)sgs-head:common/head/re_comp.h 1.2"
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- extern char *re_comp(const char *);
- extern int re_exec(const char *);
-
- #ifdef __cplusplus
- }
- #endif
-
- #endif /*_RE_COMP_H*/
-