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 * Rcsid: @(#)$Id: threadSvKeylistCmd.h,v 1.2 2004/08/14 20:36:27 vasiljevic Exp $
8 * ---------------------------------------------------------------------------
9 */
10
11#ifndef _KEYLISTCMDS_H_
12#define _KEYLISTCMDS_H_
13
14void Sv_RegisterKeylistCommands(void);
15void 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