summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-07-07 12:39:46 +0200
committerGünther Deschner <gd@samba.org>2010-07-07 15:29:25 +0200
commit7e1fa8d06774de4fa103118006309b2d1d63069b (patch)
treeaf8028dd292215392b9b322ebf007d42568faabe /source3/include/proto.h
parent8def236f187dbbb804a142124bc5042d0cc89854 (diff)
downloadsamba-7e1fa8d06774de4fa103118006309b2d1d63069b.tar.gz
samba-7e1fa8d06774de4fa103118006309b2d1d63069b.tar.bz2
samba-7e1fa8d06774de4fa103118006309b2d1d63069b.zip
s3-rpc_parse: remove finally unused prs_unistr().
Guenther
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index a74373f498..ee6f4469a9 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -5051,7 +5051,6 @@ bool prs_dcerpc_status(const char *name, prs_struct *ps, int depth, NTSTATUS *st
bool prs_uint8s(bool charmode, const char *name, prs_struct *ps, int depth, uint8 *data8s, int len);
bool prs_uint16s(bool charmode, const char *name, prs_struct *ps, int depth, uint16 *data16s, int len);
bool prs_uint32s(bool charmode, const char *name, prs_struct *ps, int depth, uint32 *data32s, int len);
-bool prs_unistr(const char *name, prs_struct *ps, int depth, UNISTR *str);
bool prs_init_data_blob(prs_struct *prs, DATA_BLOB *blob, TALLOC_CTX *mem_ctx);
bool prs_data_blob(prs_struct *prs, DATA_BLOB *blob, TALLOC_CTX *mem_ctx);