X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fheaders%2Fmath_op.h;h=e5840d92c20aa6049d1ef0327b2f4627e9c2eb94;hp=7654abacdd82da986de79ec3370f03be25c849d3;hb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;hpb=301048b51990573e58a30dc4a5bb4ec285cad554 diff --git a/src/headers/math_op.h b/src/headers/math_op.h index 7654aba..e5840d9 100755 --- a/src/headers/math_op.h +++ b/src/headers/math_op.h @@ -1,4 +1,5 @@ -/* @(#) $Id$ */ +/* @(#) $Id: ./src/headers/math_op.h, 2011/09/08 dcid Exp $ + */ /* Copyright (C) 2009 Trend Micro Inc. * All rights reserved. @@ -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