summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_prs.c
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-10-07 15:22:49 +0000
committerLuke Leighton <lkcl@samba.org>1998-10-07 15:22:49 +0000
commit2fef8f2e87f61043e3f1a2cf7d1f2a4ff9f119ff (patch)
tree38766ed833d7e396b80e4c0086950b6665715df6 /source3/rpc_parse/parse_prs.c
parent3d601dafe907861dfb9447085e85a1213fe19b91 (diff)
downloadsamba-2fef8f2e87f61043e3f1a2cf7d1f2a4ff9f119ff.tar.gz
samba-2fef8f2e87f61043e3f1a2cf7d1f2a4ff9f119ff.tar.bz2
samba-2fef8f2e87f61043e3f1a2cf7d1f2a4ff9f119ff.zip
dce/rpc
(This used to be commit 34afa638f6f7bb145ec094510ac58f7a22dfc3aa)
Diffstat (limited to 'source3/rpc_parse/parse_prs.c')
-rw-r--r--source3/rpc_parse/parse_prs.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/source3/rpc_parse/parse_prs.c b/source3/rpc_parse/parse_prs.c
index f166bbd704..34f72596ce 100644
--- a/source3/rpc_parse/parse_prs.c
+++ b/source3/rpc_parse/parse_prs.c
@@ -67,6 +67,14 @@ void prs_mem_free(prs_struct *ps)
}
/*******************************************************************
+ link one parsing structure to another
+ ********************************************************************/
+void prs_link(prs_struct *ps, prs_struct const *const to)
+{
+ DEBUG(0,("NOT IMPLEMENTED\n"));
+}
+
+/*******************************************************************
align a pointer to a multiple of align_offset bytes. looks like it
will work for offsets of 0, 2 and 4...
********************************************************************/