X-Git-Url: http://ftp.carnet.hr/pub/carnet-debian/scm?a=blobdiff_plain;f=src%2Fheaders%2Fmath_op.h;h=365a8d91259b49ee122df6b8d2cd536c399418fc;hb=HEAD;hp=7654abacdd82da986de79ec3370f03be25c849d3;hpb=301048b51990573e58a30dc4a5bb4ec285cad554;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 7654aba..365a8d9 --- a/src/headers/math_op.h +++ b/src/headers/math_op.h @@ -1,5 +1,3 @@ -/* @(#) $Id$ */ - /* Copyright (C) 2009 Trend Micro Inc. * All rights reserved. * @@ -7,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 */