summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr/ndr_drsuapi.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-11-09 19:24:10 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:44:56 +0100
commit910ab408afe0ed866d378fb6d58e795dffcbfa58 (patch)
tree56a084dc5f0a2f7b62767c9212013461f207d33e /source4/librpc/ndr/ndr_drsuapi.h
parent0ce646d49a70b19d7ca54e0b83422f048dd39c1a (diff)
downloadsamba-910ab408afe0ed866d378fb6d58e795dffcbfa58.tar.gz
samba-910ab408afe0ed866d378fb6d58e795dffcbfa58.tar.bz2
samba-910ab408afe0ed866d378fb6d58e795dffcbfa58.zip
r25918: ndr: change NTSTAUS into enum ndr_err_code (samba4 handwritten stuff)
ndr_sec_helper.c ndr_spoolss_buf.c ndr_compression.c ndr_drsuapi.[ch] ndr_krb5pac.c ndr_orpc.c metze (This used to be commit 356e027bf883c8fc36fa4759eff56e364daf9fce)
Diffstat (limited to 'source4/librpc/ndr/ndr_drsuapi.h')
-rw-r--r--source4/librpc/ndr/ndr_drsuapi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/ndr/ndr_drsuapi.h b/source4/librpc/ndr/ndr_drsuapi.h
index faa23a1680..c663eadd7a 100644
--- a/source4/librpc/ndr/ndr_drsuapi.h
+++ b/source4/librpc/ndr/ndr_drsuapi.h
@@ -28,8 +28,8 @@ void ndr_print_drsuapi_DsReplicaObjectListItem(struct ndr_print *ndr, const char
void ndr_print_drsuapi_DsReplicaObjectListItemEx(struct ndr_print *ndr, const char *name,
const struct drsuapi_DsReplicaObjectListItemEx *r);
-NTSTATUS ndr_push_drsuapi_DsReplicaOID(struct ndr_push *ndr, int ndr_flags, const struct drsuapi_DsReplicaOID *r);
-NTSTATUS ndr_pull_drsuapi_DsReplicaOID(struct ndr_pull *ndr, int ndr_flags, struct drsuapi_DsReplicaOID *r);
+enum ndr_err_code ndr_push_drsuapi_DsReplicaOID(struct ndr_push *ndr, int ndr_flags, const struct drsuapi_DsReplicaOID *r);
+enum ndr_err_code ndr_pull_drsuapi_DsReplicaOID(struct ndr_pull *ndr, int ndr_flags, struct drsuapi_DsReplicaOID *r);
size_t ndr_size_drsuapi_DsReplicaOID_oid(const char *oid, int flags);
#endif /* _LIBRPC_NDR_NDR_DRSUAPI_H */