X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fheaders%2Fregex_op.h;h=e2ea9c501ca368387e58d161534453dc382fa004;hb=HEAD;hp=1c2cbf2523ccf03e7ac888e203bf5b6cdc9a3e02;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a;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 1c2cbf2..e2ea9c5 --- a/src/headers/regex_op.h +++ b/src/headers/regex_op.h @@ -1,20 +1,17 @@ -/* @(#) $Id: regex_op.h,v 1.6 2009/06/24 17:06:26 dcid Exp $ */ - /* Copyright (C) 2009 Trend Micro Inc. * All rights reserved. * * This program is a free software; you can redistribute it * and/or modify it under the terms of the GNU General Public - * License (version 3) as published by the FSF - Free Software + * License (version 2) as published by the FSF - Free Software * 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 +