Imported Upstream version 2.7
[ossec-hids.git] / src / headers / wait_op.h
1 /* @(#) $Id: ./src/headers/wait_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
13 #ifndef __WAIT_OP_H
14 #define __WAIT_OP_H
15
16
17 void os_setwait();
18
19 void os_delwait();
20
21 void os_wait();
22
23 #endif