s3-rpc_parse: remove unused smb_io_domsid().
[samba.git] / source3 / include / proto.h
index 825141abdffc7a9bf6ef1c3f153cbdba3ab4578f..bb5e472ed4dd7b54a613df969285254cc57af252 100644 (file)
@@ -5682,7 +5682,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);