new upstream release (3.3.0); modify package compatibility for Stretch
[ossec-hids.git] / src / headers / regex_op.h
old mode 100755 (executable)
new mode 100644 (file)
index 1c2cbf2..e2ea9c5
@@ -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
+