File: threadSvKeylistCmd.h

package info (click to toggle)
tclthread 1%3A2.7.0-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,976 kB
  • sloc: ansic: 7,753; tcl: 1,641; sh: 404; makefile: 73
file content (25 lines) | stat: -rw-r--r-- 653 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
 * 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_

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:                  */