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 05cca8f..e2ea9c5
@@ -1,5 +1,3 @@
-/* @(#) $Id$ */
-
 /* Copyright (C) 2009 Trend Micro Inc.
  * All rights reserved.
  *
@@ -9,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
+