Fossil

Diff
Login

Differences From Artifact [6d108f597b]:

To Artifact [85050d5b63]:


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