summaryrefslogtreecommitdiffstats
path: root/tcl8.6/pkgs/thread2.8.4/generic/threadSvKeylistCmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcl8.6/pkgs/thread2.8.4/generic/threadSvKeylistCmd.h')
-rw-r--r--tcl8.6/pkgs/thread2.8.4/generic/threadSvKeylistCmd.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/tcl8.6/pkgs/thread2.8.4/generic/threadSvKeylistCmd.h b/tcl8.6/pkgs/thread2.8.4/generic/threadSvKeylistCmd.h
new file mode 100644
index 0000000..1f23554
--- /dev/null
+++ b/tcl8.6/pkgs/thread2.8.4/generic/threadSvKeylistCmd.h
@@ -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: */
+