diff options
author | Tim Potter <tpot@samba.org> | 2003-11-20 03:27:56 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-11-20 03:27:56 +0000 |
commit | 8f0f97b078f45abbd001a1fa893455bd27d072cd (patch) | |
tree | 106e850d702f527d21db22505b17b02189d41494 /source4/librpc/ndr/libndr.h | |
parent | 52cae6b9088cae3c2daa8d195dcaba0c481a87d3 (diff) | |
download | samba-8f0f97b078f45abbd001a1fa893455bd27d072cd.tar.gz samba-8f0f97b078f45abbd001a1fa893455bd27d072cd.tar.bz2 samba-8f0f97b078f45abbd001a1fa893455bd27d072cd.zip |
Added ATSVC pipe.
(This used to be commit 274058486766f7a1094918702e7bc225aa938b2e)
Diffstat (limited to 'source4/librpc/ndr/libndr.h')
-rw-r--r-- | source4/librpc/ndr/libndr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/librpc/ndr/libndr.h b/source4/librpc/ndr/libndr.h index df058abc68..8975874c90 100644 --- a/source4/librpc/ndr/libndr.h +++ b/source4/librpc/ndr/libndr.h @@ -200,3 +200,4 @@ typedef void (*ndr_print_union_fn_t)(struct ndr_print *, const char *, uint32, v #include "librpc/ndr/ndr_samr.h" #include "librpc/ndr/ndr_wkssvc.h" #include "librpc/ndr/ndr_srvsvc.h" +#include "librpc/ndr/ndr_atsvc.h" |