X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fheaders%2Fmath_op.h;h=e5840d92c20aa6049d1ef0327b2f4627e9c2eb94;hb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;hp=bfc460fd1e9e80b55b5fe864b9780974b58d252f;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a;p=ossec-hids.git diff --git a/src/headers/math_op.h b/src/headers/math_op.h index bfc460f..e5840d9 100755 --- a/src/headers/math_op.h +++ b/src/headers/math_op.h @@ -1,11 +1,12 @@ -/* @(#) $Id: math_op.h,v 1.3 2009/06/24 17:06:26 dcid Exp $ */ +/* @(#) $Id: ./src/headers/math_op.h, 2011/09/08 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 @@ -21,7 +22,7 @@ * Get the first available prime after the provided value. * Returns 0 on error. */ -int os_getprime(int val); +int os_getprime(int val); #endif