summaryrefslogtreecommitdiff
path: root/source4/pidl/lib/Parse/Pidl/Samba4.pm
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-08-17 13:08:00 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:02:08 -0500
commit95d4e550bd66cefe19396387ad52fb3cec5d0b64 (patch)
tree85929b000d44b804f99cc60d7fe5a8c1c7826063 /source4/pidl/lib/Parse/Pidl/Samba4.pm
parent3e3e5f85ddb407615e5d6a73fc5ec11acac4108e (diff)
downloadsamba-95d4e550bd66cefe19396387ad52fb3cec5d0b64.tar.gz
samba-95d4e550bd66cefe19396387ad52fb3cec5d0b64.tar.bz2
samba-95d4e550bd66cefe19396387ad52fb3cec5d0b64.zip
r24520: make use of the new ElementStars() and ArrayBrackets()
functions metze (This used to be commit fad5af2f2069993b7284e74a177b78a4b4798383)
Diffstat (limited to 'source4/pidl/lib/Parse/Pidl/Samba4.pm')
-rw-r--r--source4/pidl/lib/Parse/Pidl/Samba4.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/pidl/lib/Parse/Pidl/Samba4.pm b/source4/pidl/lib/Parse/Pidl/Samba4.pm
index ebe74d488d..347d288cee 100644
--- a/source4/pidl/lib/Parse/Pidl/Samba4.pm
+++ b/source4/pidl/lib/Parse/Pidl/Samba4.pm
@@ -7,7 +7,7 @@ package Parse::Pidl::Samba4;
require Exporter;
@ISA = qw(Exporter);
-@EXPORT = qw(is_intree choose_header DeclLong);
+@EXPORT = qw(is_intree choose_header NumStars ElementStars ArrayBrackets DeclLong);
use Parse::Pidl::Util qw(has_property is_constant);
use Parse::Pidl::NDR qw(GetNextLevel);