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 8fde0d6..e2ea9c5
@@ -1,6 +1,3 @@
-/* @(#) $Id: ./src/headers/regex_op.h, 2011/09/08 dcid Exp $
- */
-
 /* Copyright (C) 2009 Trend Micro Inc.
  * All rights reserved.
  *
  * 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
+