Index: trunk/Ohana/src/opihi/cmd.basic/init.c
===================================================================
--- trunk/Ohana/src/opihi/cmd.basic/init.c	(revision 35237)
+++ trunk/Ohana/src/opihi/cmd.basic/init.c	(revision 37049)
@@ -40,4 +40,5 @@
 int fprintf_opihi   PROTO((int, char **));
 int strlen_func     PROTO((int, char **));
+int strmatch        PROTO((int, char **));
 int substr_func     PROTO((int, char **));
 int strpop          PROTO((int, char **));
@@ -97,4 +98,5 @@
   {1, "strpop",        strpop,             "pop a string"},
   {1, "strsub",        strsub,             "replace instances of a key in a string"},
+  {1, "strmatch",      strmatch,           "string length"},
   {1, "wait",          wait_func,          "wait until return is typed"},
   {1, "which",         which,              "show command *"}
