summaryrefslogtreecommitdiff
path: root/src/emap/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emap/init.c')
-rw-r--r--src/emap/init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emap/init.c b/src/emap/init.c
index cd2c5bf..8f8c986 100644
--- a/src/emap/init.c
+++ b/src/emap/init.c
@@ -179,6 +179,8 @@ HPExport void plugin_init (void)
addScriptCommand("hticheck", "i", htiCheck);
addScriptCommand("htidelete", "i", htiDelete);
addScriptCommand("setfakecells", "iii??", setFakeCells);
+ addScriptCommand("getlabel", "l", getLabel);
+ addScriptCommand("tolabel", "i", toLabel);
do_init_langs();