X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fheaders%2Fmath_op.h;h=365a8d91259b49ee122df6b8d2cd536c399418fc;hb=3f728675941dc69d4e544d3a880a56240a6e394a;hp=bfc460fd1e9e80b55b5fe864b9780974b58d252f;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a;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 bfc460f..365a8d9 --- a/src/headers/math_op.h +++ b/src/headers/math_op.h @@ -1,29 +1,19 @@ -/* @(#) $Id: math_op.h,v 1.3 2009/06/24 17:06:26 dcid Exp $ */ - /* Copyright (C) 2009 Trend Micro Inc. * All rights reserved. * * This program is a free software; you can redistribute it * and/or modify it under the terms of the GNU General Public - * License (version 3) as published by the FSF - Free Software + * 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 */