cdb4026d997e173dc36f53e1af806eca6ca92793
[ossec-hids.git] / src / headers / pthreads_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
13 #ifndef PTHREADS_OP_H
14 #define PTHREADS_OP_H
15
16 #ifndef WIN32
17 int CreateThread(void *function_pointer(void *data), void *data);
18 #endif
19
20 #endif