diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-11-01 21:10:46 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:11 -0500 |
commit | 9f14afa12c11d02a49f4f310c3f8d834ce8a835d (patch) | |
tree | 7d87a19e9ec61e31584a7d903bed974e2d73770a /source4/build/pidl/pidl.pl | |
parent | 652b8b34f8b326f79771b03e039cfa3c6ba3427e (diff) | |
download | samba-9f14afa12c11d02a49f4f310c3f8d834ce8a835d.tar.gz samba-9f14afa12c11d02a49f4f310c3f8d834ce8a835d.tar.bz2 samba-9f14afa12c11d02a49f4f310c3f8d834ce8a835d.zip |
r3442: Add support for the "call_as" and "local" attributes.
(This used to be commit 8e25117103b0339441bc6328176ed34034005528)
Diffstat (limited to 'source4/build/pidl/pidl.pl')
-rwxr-xr-x | source4/build/pidl/pidl.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/build/pidl/pidl.pl b/source4/build/pidl/pidl.pl index 237e213e23..fcd189d8cd 100755 --- a/source4/build/pidl/pidl.pl +++ b/source4/build/pidl/pidl.pl @@ -70,6 +70,7 @@ sub ShowHelp() --server create server boilerplate --template print a template for a pipe --eparser create an ethereal parser + --swig create swig wrapper file --diff run diff on the idl and dumped output --keep keep the .pidl file \n"; |