aboutsummaryrefslogtreecommitdiff
path: root/jim.h
diff options
context:
space:
mode:
authorantirez <antirez>2005-03-03 16:33:18 +0000
committerantirez <antirez>2005-03-03 16:33:18 +0000
commit990930478fc8706e2f76b0559128d91278907df9 (patch)
treecca8de8a35023bf8835e96cedd2764b3d4dd658e /jim.h
parentb03472e5ebf5416574cc15d84184e4ff06dad8a8 (diff)
downloadjimtcl-990930478fc8706e2f76b0559128d91278907df9.zip
jimtcl-990930478fc8706e2f76b0559128d91278907df9.tar.gz
jimtcl-990930478fc8706e2f76b0559128d91278907df9.tar.bz2
RegisterCoreCommands now exported (broken in the last commit)
Diffstat (limited to 'jim.h')
-rw-r--r--jim.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/jim.h b/jim.h
index 4f7a0b5..a5eea18 100644
--- a/jim.h
+++ b/jim.h
@@ -764,6 +764,7 @@ static void Jim_InitExtension(Jim_Interp *interp, const char *version)
JIM_GET_API(RegisterApi);
JIM_GET_API(PrintErrorMessage);
JIM_GET_API(InteractivePrompt);
+ JIM_GET_API(RegisterCoreCommands);
Jim_SetResultString(interp, version, -1);
}