Added fun_speak to function table
authorAri Johnson <ari@cobramush.org>
Mon, 9 Apr 2007 15:03:03 +0000 (15:03 +0000)
committerAri Johnson <ari@theari.com>
Thu, 24 Mar 2011 15:58:45 +0000 (15:58 +0000)
(cherry picked from commit 62e442d42e174f7031f9507d09a6a93b3fa932ba)

src/function.c

index f0e86c6b79b506eb18e804655911cb9340693ac9..72aa3809594237df60d52e441cbc02812ff36ed9 100644 (file)
@@ -625,6 +625,7 @@ FUNTAB flist[] = {
   {"SOUNDEX", fun_soundex, 1, 1, FN_REG},
   {"SOUNDSLIKE", fun_soundlike, 2, 2, FN_REG},
   {"SPACE", fun_space, 1, 1, FN_REG},
+  {"SPEAK", fun_speak, 2, 7, FN_REG},
   {"SPELLNUM", fun_spellnum, 1, 1, FN_REG},
   {"SPLICE", fun_splice, 3, 4, FN_REG},
 #ifdef _SWMP_