X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fheaders%2Fregex_op.h;h=e2ea9c501ca368387e58d161534453dc382fa004;hb=3f728675941dc69d4e544d3a880a56240a6e394a;hp=8fde0d6b89c36a29243e8f91b259e7aa244355b6;hpb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;p=ossec-hids.git diff --git a/src/headers/regex_op.h b/src/headers/regex_op.h old mode 100755 new mode 100644 index 8fde0d6..e2ea9c5 --- a/src/headers/regex_op.h +++ b/src/headers/regex_op.h @@ -1,6 +1,3 @@ -/* @(#) $Id: ./src/headers/regex_op.h, 2011/09/08 dcid Exp $ - */ - /* Copyright (C) 2009 Trend Micro Inc. * All rights reserved. * @@ -10,12 +7,11 @@ * Foundation */ - #ifndef OS_REGEX_OP_H #define OS_REGEX_OP_H -/* Posix regex pattern matching */ -int OS_PRegex(char *str, char *regex); - +/* POSIX regex pattern matching */ +int OS_PRegex(const char *str, const char *regex); #endif +