Move some fncs from Public to extensions visible
authorKarl Williamson <khw@khw-desktop.(none)>
Fri, 19 Feb 2010 22:26:24 +0000 (15:26 -0700)
committerSteve Hay <SteveHay@planit.com>
Sat, 20 Feb 2010 00:43:19 +0000 (00:43 +0000)
commit5556d2fa424723dd3b7cbb46f3aefc44ce64dd66
treeda6212bb681251a5b5437ea87e250aaacd3b4bc4
parente6a8543aedf911a51d7a14023f45eddab7b54cf2
Move some fncs from Public to extensions visible

Run
make regen embed.fnc
on this patch.

Several functions are in the public API, but don't need to be.  They are
helpers for the regex engine, and thus need to be visible to extensions
for 'use re "debug"'.
embed.fnc