1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r5852: Rename ndr.pm to ndr_parser.pm

I'm going to add a ndr.pm later on that'll generate a
tree with necessary information for the two NDR backends
(eparser, ndr_parser) containing alignment info, etc.
This commit is contained in:
Jelmer Vernooij 2005-03-17 12:12:57 +00:00 committed by Gerald (Jerry) Carter
parent 2a6a075c7d
commit 5162daa946
3 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
package IdlEParser;
use ndr;
use ndr_parser;
use strict;
# the list of needed functions

View File

@ -17,7 +17,7 @@ use idl;
use dump;
use ndr_client;
use ndr_header;
use ndr;
use ndr_parser;
use server;
use dcom_proxy;
use dcom_stub;