new upstream release (3.3.0); modify package compatibility for Stretch
[ossec-hids.git] / src / headers / math_op.h
1 /* Copyright (C) 2009 Trend Micro Inc.
2  * All rights reserved.
3  *
4  * This program is a free software; you can redistribute it
5  * and/or modify it under the terms of the GNU General Public
6  * License (version 2) as published by the FSF - Free Software
7  * Foundation
8  */
9
10 #ifndef H_MATHOP_OS
11 #define H_MATHOP_OS
12
13 /* Get the first available prime after the provided value
14  * Returns 0 on error
15  */
16 unsigned int os_getprime(unsigned int val);
17
18 #endif
19