Imported Upstream version 2.5.1
[ossec-hids.git] / src / headers / wait_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
12 #ifndef __WAIT_OP_H
13 #define __WAIT_OP_H 
14
15
16 void os_setwait();
17
18 void os_delwait();
19
20 void os_wait();
21
22 #endif