summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/ndr_messaging.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-03-31 11:18:12 +0200
committerStefan Metzmacher <metze@samba.org>2008-04-12 09:14:09 +0200
commitd3eebed911becad9b97c78c10a53c9ca8ba066ec (patch)
treee3567305ab6cd85d6141ce2242ddf4013396b1d7 /source3/librpc/gen_ndr/ndr_messaging.h
parent1b2b703b378c530c5841ebdc75ce00af250bf9ce (diff)
downloadsamba-d3eebed911becad9b97c78c10a53c9ca8ba066ec.tar.gz
samba-d3eebed911becad9b97c78c10a53c9ca8ba066ec.tar.bz2
samba-d3eebed911becad9b97c78c10a53c9ca8ba066ec.zip
rerun 'make idl'
metze (This used to be commit f34dad2b4ad97a845729ea0fb5beba7fd6cb7265)
Diffstat (limited to 'source3/librpc/gen_ndr/ndr_messaging.h')
-rw-r--r--source3/librpc/gen_ndr/ndr_messaging.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/ndr_messaging.h b/source3/librpc/gen_ndr/ndr_messaging.h
index 446b063ae1..f47fe547a0 100644
--- a/source3/librpc/gen_ndr/ndr_messaging.h
+++ b/source3/librpc/gen_ndr/ndr_messaging.h
@@ -13,4 +13,7 @@ void ndr_print_messaging_rec(struct ndr_print *ndr, const char *name, const stru
enum ndr_err_code ndr_push_messaging_array(struct ndr_push *ndr, int ndr_flags, const struct messaging_array *r);
enum ndr_err_code ndr_pull_messaging_array(struct ndr_pull *ndr, int ndr_flags, struct messaging_array *r);
void ndr_print_messaging_array(struct ndr_print *ndr, const char *name, const struct messaging_array *r);
+enum ndr_err_code ndr_push_dbwrap_tdb2_changes(struct ndr_push *ndr, int ndr_flags, const struct dbwrap_tdb2_changes *r);
+enum ndr_err_code ndr_pull_dbwrap_tdb2_changes(struct ndr_pull *ndr, int ndr_flags, struct dbwrap_tdb2_changes *r);
+void ndr_print_dbwrap_tdb2_changes(struct ndr_print *ndr, const char *name, const struct dbwrap_tdb2_changes *r);
#endif /* _HEADER_NDR_messaging */