summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-03-25 23:23:06 +0100
committerGünther Deschner <gd@samba.org>2009-03-26 10:42:13 +0100
commitfe340eb92fd2e5dfef977dc391d2a43ce970e0ea (patch)
treef56dbb238e960ab14c264c2a76941b2cec3299b3 /source3/include
parent24d5229a81e1067662930d42f8c59b3a0adac1e0 (diff)
downloadsamba-fe340eb92fd2e5dfef977dc391d2a43ce970e0ea.tar.gz
samba-fe340eb92fd2e5dfef977dc391d2a43ce970e0ea.tar.bz2
samba-fe340eb92fd2e5dfef977dc391d2a43ce970e0ea.zip
s3:rpc_parse: remove unused init_unistr().
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 d619c3ba00..77be0aba09 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -5695,7 +5695,6 @@ bool smb_io_system_time(const char *desc, prs_struct *ps, int depth, SYSTEMTIME
bool make_systemtime(SYSTEMTIME *systime, struct tm *unixtime);
bool smb_io_uuid(const char *desc, struct GUID *uuid,
prs_struct *ps, int depth);
-void init_unistr(UNISTR *str, const char *buf);
void init_unistr2(UNISTR2 *str, const char *buf, enum unistr2_term_codes flags);
/* The following definitions come from rpc_parse/parse_prs.c */