summaryrefslogtreecommitdiffstats
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-03-25 23:23:06 +0100
committerKarolin Seeger <kseeger@samba.org>2009-04-15 09:07:40 +0200
commit4cc821b9bd845cfcccc680074293640c41ad629f (patch)
tree7b50658eea330b618a7533ea727b0a5f7d2b5131 /source3/include
parent2d6993948002a8be523767e784c99ca839a60826 (diff)
downloadsamba-4cc821b9bd845cfcccc680074293640c41ad629f.tar.gz
samba-4cc821b9bd845cfcccc680074293640c41ad629f.tar.xz
samba-4cc821b9bd845cfcccc680074293640c41ad629f.zip
s3:rpc_parse: remove unused init_unistr().
Guenther (cherry picked from commit fe340eb92fd2e5dfef977dc391d2a43ce970e0ea) (cherry picked from commit 0e845cd6009c8a01eb3d53f558e9872ec4a3ab9f)
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 bb5e472ed4d..44c6e0f2054 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -5684,7 +5684,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 */