new upstream release (3.3.0); modify package compatibility for Stretch
[ossec-hids.git] / src / headers / math_op.h
old mode 100755 (executable)
new mode 100644 (file)
index e5840d9..365a8d9
@@ -1,6 +1,3 @@
-/* @(#) $Id: ./src/headers/math_op.h, 2011/09/08 dcid Exp $
- */
-
 /* Copyright (C) 2009 Trend Micro Inc.
  * All rights reserved.
  *
@@ -8,23 +5,15 @@
  * and/or modify it under the terms of the GNU General Public
  * License (version 2) as published by the FSF - Free Software
  * Foundation
- *
- * License details at the LICENSE file included with OSSEC or
- * online at: http://www.ossec.net/en/licensing.html
  */
 
-
 #ifndef H_MATHOP_OS
 #define H_MATHOP_OS
 
-
-/** int os_getprime
- * Get the first available prime after the provided value.
- * Returns 0 on error.
+/* Get the first available prime after the provided value
+ * Returns 0 on error
  */
-int os_getprime(int val);
-
+unsigned int os_getprime(unsigned int val);
 
 #endif
 
-/* EOF */