Imported Upstream version 2.7
[ossec-hids.git] / src / headers / math_op.h
1 /* @(#) $Id: ./src/headers/math_op.h, 2011/09/08 dcid Exp $
2  */
3
4 /* Copyright (C) 2009 Trend Micro Inc.
5  * All rights reserved.
6  *
7  * This program is a free software; you can redistribute it
8  * and/or modify it under the terms of the GNU General Public
9  * License (version 2) as published by the FSF - Free Software
10  * Foundation
11  *
12  * License details at the LICENSE file included with OSSEC or
13  * online at: http://www.ossec.net/en/licensing.html
14  */
15
16
17 #ifndef H_MATHOP_OS
18 #define H_MATHOP_OS
19
20
21 /** int os_getprime
22  * Get the first available prime after the provided value.
23  * Returns 0 on error.
24  */
25 int os_getprime(int val);
26
27
28 #endif
29
30 /* EOF */