summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-03-25 23:09:52 +0100
committerGünther Deschner <gd@samba.org>2009-03-25 23:09:52 +0100
commitc86df62b4a51b2813104aece8b3813b1806aeb22 (patch)
tree83b04fd3a86938fba8c2f1bf1e60c0c835af8244 /source3/include
parent72636db8e5f06e887db6c34b6f88bef567c093dd (diff)
downloadsamba-c86df62b4a51b2813104aece8b3813b1806aeb22.tar.gz
samba-c86df62b4a51b2813104aece8b3813b1806aeb22.tar.bz2
samba-c86df62b4a51b2813104aece8b3813b1806aeb22.zip
s3-rpc_parse: remove unused smb_io_domsid().
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 358593b3e8..d619c3ba00 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -5693,7 +5693,6 @@ NTSTATUS cli_do_rpc_ndr(struct rpc_pipe_client *cli,
bool smb_io_time(const char *desc, NTTIME *nttime, prs_struct *ps, int depth);
bool smb_io_system_time(const char *desc, prs_struct *ps, int depth, SYSTEMTIME *systime);
bool make_systemtime(SYSTEMTIME *systime, struct tm *unixtime);
-bool smb_io_dom_sid(const char *desc, DOM_SID *sid, prs_struct *ps, int depth);
bool smb_io_uuid(const char *desc, struct GUID *uuid,
prs_struct *ps, int depth);
void init_unistr(UNISTR *str, const char *buf);