X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fheaders%2Fmath_op.h;h=365a8d91259b49ee122df6b8d2cd536c399418fc;hb=3f728675941dc69d4e544d3a880a56240a6e394a;hp=e5840d92c20aa6049d1ef0327b2f4627e9c2eb94;hpb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;p=ossec-hids.git diff --git a/src/headers/math_op.h b/src/headers/math_op.h old mode 100755 new mode 100644 index e5840d9..365a8d9 --- a/src/headers/math_op.h +++ b/src/headers/math_op.h @@ -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 */