summaryrefslogtreecommitdiff
path: root/source4/build/pidl/Parse/Pidl/Typelist.pm
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-07-19 23:02:08 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:29:44 -0500
commitf3a10494db3fe45b73f261b6f53cf43f041ce4ed (patch)
treeea04e33039e0892e8b5e7d9c5900dcb4cb299c8b /source4/build/pidl/Parse/Pidl/Typelist.pm
parent4f3d66b0dfe49d5485eafce52f3abf4c6581bf57 (diff)
downloadsamba-f3a10494db3fe45b73f261b6f53cf43f041ce4ed.tar.gz
samba-f3a10494db3fe45b73f261b6f53cf43f041ce4ed.tar.bz2
samba-f3a10494db3fe45b73f261b6f53cf43f041ce4ed.zip
r8621: Simplify code. Add support for nested structures back into the header generator.
(This used to be commit 5610838385ca00a944fb4765df1854954a3a81bc)
Diffstat (limited to 'source4/build/pidl/Parse/Pidl/Typelist.pm')
-rw-r--r--source4/build/pidl/Parse/Pidl/Typelist.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/pidl/Parse/Pidl/Typelist.pm b/source4/build/pidl/Parse/Pidl/Typelist.pm
index ab5df0fc52..10a4baf7e7 100644
--- a/source4/build/pidl/Parse/Pidl/Typelist.pm
+++ b/source4/build/pidl/Parse/Pidl/Typelist.pm
@@ -7,7 +7,7 @@ package Parse::Pidl::Typelist;
require Exporter;
@ISA = qw(Exporter);
-@EXPORT = qw(hasType getType);
+@EXPORT = qw(hasType getType mapType);
use Parse::Pidl::Util qw(has_property);
use strict;