05cca8f106b6d3df94d6495ad91c38d65fa99aed
[ossec-hids.git] / src / headers / regex_op.h
1 /* @(#) $Id$ */
2
3 /* Copyright (C) 2009 Trend Micro Inc.
4  * All rights reserved.
5  *
6  * This program is a free software; you can redistribute it
7  * and/or modify it under the terms of the GNU General Public
8  * License (version 2) as published by the FSF - Free Software
9  * Foundation
10  */
11
12
13 #ifndef OS_REGEX_OP_H
14 #define OS_REGEX_OP_H
15
16 /* Posix regex pattern matching */
17 int OS_PRegex(char *str, char *regex);
18
19
20 #endif