Hide some undocumented functions from perlapi
authorKarl Williamson <public@khwilliamson.com>
Thu, 12 Dec 2013 01:04:47 +0000 (18:04 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sat, 4 Jan 2014 20:33:04 +0000 (13:33 -0700)
commit94d52e62247721b810f3584a444b7d4b243b685b
tree5b7074b3f1e40011de54ba403ce5289244ee0fb6
parent0d071d5214c9ee1fd0f99bcaa8472bc5174d8efe
Hide some undocumented functions from perlapi

These functions should not be called from any other places than they are
now.  They have been marked in the public API as undocumented.  I
presume they are there because they are called from various parts of the
Perl core, so can't be static.  But this suppresses them from being
listed so people won't be tempted to use them.
embed.fnc