Import Tcl 8.6.12
This commit is contained in:
27
pkgs/thread2.8.7/generic/threadSvKeylistCmd.h
Normal file
27
pkgs/thread2.8.7/generic/threadSvKeylistCmd.h
Normal file
@@ -0,0 +1,27 @@
|
||||
/*
|
||||
* threadSvKeylistCmd.h --
|
||||
*
|
||||
* See the file "license.txt" for information on usage and redistribution
|
||||
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
||||
* ---------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#ifndef _KEYLISTCMDS_H_
|
||||
#define _KEYLISTCMDS_H_
|
||||
|
||||
#include "tclThreadInt.h"
|
||||
|
||||
MODULE_SCOPE void Sv_RegisterKeylistCommands(void);
|
||||
MODULE_SCOPE void TclX_KeyedListInit(Tcl_Interp *interp);
|
||||
|
||||
#endif /* _KEYLISTCMDS_H_ */
|
||||
|
||||
/* EOF $RCSfile: threadSvKeylistCmd.h,v $ */
|
||||
|
||||
/* Emacs Setup Variables */
|
||||
/* Local Variables: */
|
||||
/* mode: C */
|
||||
/* indent-tabs-mode: nil */
|
||||
/* c-basic-offset: 4 */
|
||||
/* End: */
|
||||
|
||||
Reference in New Issue
Block a user