1 /*
2  * threadSvKeylistCmd.h --
3  *
4  * See the file "license.txt" for information on usage and redistribution
5  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
6  * ---------------------------------------------------------------------------
7  */
8 
9 #ifndef _KEYLISTCMDS_H_
10 #define _KEYLISTCMDS_H_
11 
12 #include "tclThreadInt.h"
13 
14 MODULE_SCOPE void Sv_RegisterKeylistCommands(void);
15 MODULE_SCOPE void TclX_KeyedListInit(Tcl_Interp *interp);
16 
17 #endif /* _KEYLISTCMDS_H_ */
18 
19 /* EOF $RCSfile: threadSvKeylistCmd.h,v $ */
20 
21 /* Emacs Setup Variables */
22 /* Local Variables:      */
23 /* mode: C               */
24 /* indent-tabs-mode: nil */
25 /* c-basic-offset: 4     */
26 /* End:                  */
27 
28