Mercurial > repos > rliterman > csp2
comparison CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/include/tclThread.h @ 69:33d812a61356
planemo upload commit 2e9511a184a1ca667c7be0c6321a36dc4e3d116d
author | jpayne |
---|---|
date | Tue, 18 Mar 2025 17:55:14 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
67:0e9998148a16 | 69:33d812a61356 |
---|---|
1 /* | |
2 * -------------------------------------------------------------------------- | |
3 * tclthread.h -- | |
4 * | |
5 * Global header file for the thread extension. | |
6 * | |
7 * Copyright (c) 2002 ActiveState Corporation. | |
8 * Copyright (c) 2002 by Zoran Vasiljevic. | |
9 * | |
10 * See the file "license.terms" for information on usage and redistribution | |
11 * of this file, and for a DISCLAIMER OF ALL WARRANTIES. | |
12 * --------------------------------------------------------------------------- | |
13 */ | |
14 | |
15 /* | |
16 * Thread extension version numbers are not stored here | |
17 * because this isn't a public export file. | |
18 */ | |
19 | |
20 #ifndef _TCL_THREAD_H_ | |
21 #define _TCL_THREAD_H_ | |
22 | |
23 #include <tcl.h> | |
24 | |
25 /* | |
26 * Exported from threadCmd.c file. | |
27 */ | |
28 #ifdef __cplusplus | |
29 extern "C" { | |
30 #endif | |
31 DLLEXPORT int Thread_Init(Tcl_Interp *interp); | |
32 #ifdef __cplusplus | |
33 } | |
34 #endif | |
35 | |
36 #endif /* _TCL_THREAD_H_ */ |