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:
parent
2a6a075c7d
commit
5162daa946
@ -6,7 +6,7 @@
|
||||
|
||||
package IdlEParser;
|
||||
|
||||
use ndr;
|
||||
use ndr_parser;
|
||||
use strict;
|
||||
|
||||
# the list of needed functions
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user