diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-06-17 16:29:27 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:18:23 -0500 |
commit | cd39847e815bea73b6bcae63541dd36b1715aa6c (patch) | |
tree | 8d32a9a57ec3b27282f5042a9b570c9d7348d805 /source4/build/pidl/validator.pm | |
parent | 5b19286df08d6cf10654d6e20c323ba44f7d2054 (diff) | |
download | samba-cd39847e815bea73b6bcae63541dd36b1715aa6c.tar.gz samba-cd39847e815bea73b6bcae63541dd36b1715aa6c.tar.bz2 samba-cd39847e815bea73b6bcae63541dd36b1715aa6c.zip |
r7695: Add support for the [string] attribute that works in the traditional sense. Not
used anywhere yet.
(This used to be commit a73a35cfc7b5b92cd95bd0d0fbd64d04acecccf3)
Diffstat (limited to 'source4/build/pidl/validator.pm')
-rw-r--r-- | source4/build/pidl/validator.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/build/pidl/validator.pm b/source4/build/pidl/validator.pm index c4c74753b4..82f1f3dd81 100644 --- a/source4/build/pidl/validator.pm +++ b/source4/build/pidl/validator.pm @@ -131,6 +131,7 @@ my %property_list = ( "range" => ["ELEMENT"], "size_is" => ["ELEMENT"], "string" => ["ELEMENT"], + "noheader" => ["ELEMENT"], "charset" => ["ELEMENT"], "length_is" => ["ELEMENT"], ); |