summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-09-30 01:23:13 +0200
committerGünther Deschner <gd@samba.org>2009-09-30 16:22:34 +0200
commitafdea18fcf66ab9a03b542ea7f3d23d01a0a1931 (patch)
tree04b9baa29955509d43a3d7ad827795eb1e33db45 /source3/include
parentc5dba4a82eb9f6cc199d20489c89a7765504919d (diff)
downloadsamba-afdea18fcf66ab9a03b542ea7f3d23d01a0a1931.tar.gz
samba-afdea18fcf66ab9a03b542ea7f3d23d01a0a1931.tar.bz2
samba-afdea18fcf66ab9a03b542ea7f3d23d01a0a1931.zip
s3-rpc_parse: remove unused prs_string.
Guenther
Diffstat (limited to 'source3/include')
-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 05651e2cd4..e192ee9edf 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -5701,7 +5701,6 @@ bool prs_uint8s(bool charmode, const char *name, prs_struct *ps, int depth, uint
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_string(const char *name, prs_struct *ps, int depth, char *str, int max_buf_size);
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);