summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr/libndr.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-11-20 11:08:33 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:45:49 +0100
commite399a606f512df15316bc5e804384ffa475ca446 (patch)
treeeacbc1b226e14d52a79b823848613c34bf1f7703 /source4/librpc/ndr/libndr.h
parent981437efbc966c4bb0880fc0b02715d297ae6644 (diff)
downloadsamba-e399a606f512df15316bc5e804384ffa475ca446.tar.gz
samba-e399a606f512df15316bc5e804384ffa475ca446.tar.bz2
samba-e399a606f512df15316bc5e804384ffa475ca446.zip
r26054: ndr: remove ndr_push/pull_save
Using a uint32_t offset is all we need metze (This used to be commit 2c06b48a858016f9329dcd73231fb3c7b711a918)
Diffstat (limited to 'source4/librpc/ndr/libndr.h')
-rw-r--r--source4/librpc/ndr/libndr.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/source4/librpc/ndr/libndr.h b/source4/librpc/ndr/libndr.h
index 2ef66882cf..2ac0b86f57 100644
--- a/source4/librpc/ndr/libndr.h
+++ b/source4/librpc/ndr/libndr.h
@@ -67,12 +67,6 @@ struct ndr_pull {
uint32_t ptr_count;
};
-struct ndr_pull_save {
- uint32_t data_size;
- uint32_t offset;
- struct ndr_pull_save *next;
-};
-
/* structure passed to functions that generate NDR formatted data */
struct ndr_push {
uint32_t flags; /* LIBNDR_FLAG_* */
@@ -92,12 +86,6 @@ struct ndr_push {
uint32_t ptr_count;
};
-struct ndr_push_save {
- uint32_t offset;
- struct ndr_push_save *next;
-};
-
-
/* structure passed to functions that print IDL structures */
struct ndr_print {
uint32_t flags; /* LIBNDR_FLAG_* */