repo.or.cz
/
tmk.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Separate update functions from tmake.c
[tmk.git]
/
tm_ext_cmds.h
blob
91e794e2b06d77b7c7edcff56e08f4b5ae70620d
1
#ifndef _TM_EXT_CMDS_H
2
#define _TM_EXT_CMDS_H
3
4
int
Jim_tm_ext_cmdsInit
(
Jim_Interp
*
interp
);
5
6
#endif
7