diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-02-18 23:48:16 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:48:34 -0500 |
commit | 127ccc27d45f4da84a6687562f50d733a011adfe (patch) | |
tree | cab613d29b29b1c9a6f1180d594c55beb3176b93 /source4/pidl/lib/Parse | |
parent | 5cd79db03e143eaaa9b63a28d3f0824edb1295d2 (diff) | |
download | samba-127ccc27d45f4da84a6687562f50d733a011adfe.tar.gz samba-127ccc27d45f4da84a6687562f50d733a011adfe.tar.bz2 samba-127ccc27d45f4da84a6687562f50d733a011adfe.zip |
r21437: Cherrypick typelib tests.
(This used to be commit 9ba814d033412150d383d3687f02775d4efc618e)
Diffstat (limited to 'source4/pidl/lib/Parse')
-rw-r--r-- | source4/pidl/lib/Parse/Pidl/Typelist.pm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source4/pidl/lib/Parse/Pidl/Typelist.pm b/source4/pidl/lib/Parse/Pidl/Typelist.pm index a098f1ab05..55f8390f65 100644 --- a/source4/pidl/lib/Parse/Pidl/Typelist.pm +++ b/source4/pidl/lib/Parse/Pidl/Typelist.pm @@ -7,7 +7,10 @@ package Parse::Pidl::Typelist; require Exporter; @ISA = qw(Exporter); -@EXPORT_OK = qw(hasType getType mapTypeName scalar_is_reference expandAlias); +@EXPORT_OK = qw(hasType getType mapTypeName scalar_is_reference expandAlias + mapScalarType addType typeIs is_scalar enum_type_fn + bitmap_type_fn mapType +); use vars qw($VERSION); $VERSION = '0.01'; |