Differences From Artifact [6d108f597b]:
- File src/th.h — part of check-in [e49581506a] at 2011-10-26 14:57:30 on branch tcl-integration — Perform lazy setup of the Tcl integration subsystem when it is actually enabled. (user: mistachkin size: 5424) [more...]
To Artifact [85050d5b63]:
- File src/th.h — part of check-in [a496d8e88d] at 2012-03-29 14:54:45 on branch mgagnon_fix — Add vim modline everywhere (user: mgagnon size: 5466)
| ︙ | |||
177 178 179 180 181 182 183 | 177 178 179 180 181 182 183 184 185 186 187 188 | + + + + + |
/*
** Useful functions from th_lang.c.
*/
int Th_WrongNumArgs(Th_Interp *interp, const char *zMsg);
typedef struct Th_SubCommand {char *zName; Th_CommandProc xProc;} Th_SubCommand;
int Th_CallSubCommand(Th_Interp*,void*,int,const char**,int*,Th_SubCommand*);
/*
* vim:ts=2:sts=2:et:sw=2:ft=c
*/
|