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