summaryrefslogtreecommitdiff
path: root/source4/build/pidl/README
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-03-06 12:33:44 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:10:58 -0500
commit348fa3f9f663fc83ee8d9442366a3b36a82a2724 (patch)
treef0691e2269d4c8eb8b26be1f0375949f2210b8d7 /source4/build/pidl/README
parent42031bc4be2516872ccf832b6b09d141cb13c76b (diff)
downloadsamba-348fa3f9f663fc83ee8d9442366a3b36a82a2724.tar.gz
samba-348fa3f9f663fc83ee8d9442366a3b36a82a2724.tar.bz2
samba-348fa3f9f663fc83ee8d9442366a3b36a82a2724.zip
r5669: Couple of minor clearifications, simplifications.
(This used to be commit 09a9222b600d58271f42ee0870e0c933d2e105d0)
Diffstat (limited to 'source4/build/pidl/README')
-rw-r--r--source4/build/pidl/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/build/pidl/README b/source4/build/pidl/README
index 4b675ce210..e087888840 100644
--- a/source4/build/pidl/README
+++ b/source4/build/pidl/README
@@ -18,12 +18,12 @@ dump.pm - Converts the parse tree back to an IDL file
validator.pm - Validates the parse tree
-- DCE/RPC+NDR --
-client.pm - Generates client call functions in C
+ndr_client.pm - Generates client call functions in C using the NDR parser
eparser.pm - Generates a parser for the ethereal network sniffer by
applying regexes to the output of parser.pm
swig.pm - Generates SWIG interface files (.i)
-header.pm - Generates a header file with structures
-parser.pm - Generates pull/push functions for parsing
+ndr_header.pm - Generates a header file with structures
+ndr.pm - Generates pull/push functions for parsing NDR
server.pm - Generates server side implementation in C
template.pm - Generates stubs in C for server implementation