summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-06-02 23:03:18 +0000
committerTim Potter <tpot@samba.org>2001-06-02 23:03:18 +0000
commit9ebe63bf79b5cadc878836f9e4615e0f8c915275 (patch)
tree389145774be981990e0d61afb0ccdcb6ade583d0 /source3/include/proto.h
parent94186f645d3586fb1deffb9891d5db3808395ea4 (diff)
downloadsamba-9ebe63bf79b5cadc878836f9e4615e0f8c915275.tar.gz
samba-9ebe63bf79b5cadc878836f9e4615e0f8c915275.tar.bz2
samba-9ebe63bf79b5cadc878836f9e4615e0f8c915275.zip
Update prototype file.
(This used to be commit bdb76938e2936df287e638120894ae1adda5cb86)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 8f80bccf44..f84d93fd1c 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -806,7 +806,6 @@ struct cli_state *cli_netlogon_initialise(struct cli_state *cli,
void cli_netlogon_shutdown(struct cli_state *cli);
uint32 cli_netlogon_logon_ctrl2(struct cli_state *cli, TALLOC_CTX *mem_ctx,
uint32 query_level);
-uint32 cli_netlogon_sam_sync(struct cli_state *cli, TALLOC_CTX *mem_ctx);
/* The following definitions come from libsmb/cli_samr.c */
@@ -2599,10 +2598,6 @@ BOOL smb_io_pol_hnd(char *desc, POLICY_HND *pol, prs_struct *ps, int depth);
void init_unistr3(UNISTR3 *str, const char *buf);
BOOL smb_io_unistr3(char *desc, UNISTR3 *name, prs_struct *ps, int depth);
BOOL prs_uint64(char *name, prs_struct *ps, int depth, UINT64_S *data64);
-BOOL smb_io_bigint(char *desc, BIGINT *bigint, prs_struct *ps, int depth);
-BOOL smb_io_bufhdr2(char *desc, BUFHDR2 *hdr, prs_struct *ps, int depth);
-BOOL smb_io_buffer4(char *desc, BUFFER4 *buf4, uint32 buffer,
- prs_struct *ps, int depth);
/* The following definitions come from rpc_parse/parse_net.c */
@@ -2667,13 +2662,6 @@ BOOL net_io_q_sam_logon(char *desc, NET_Q_SAM_LOGON *q_l, prs_struct *ps, int de
BOOL net_io_r_sam_logon(char *desc, NET_R_SAM_LOGON *r_l, prs_struct *ps, int depth);
BOOL net_io_q_sam_logoff(char *desc, NET_Q_SAM_LOGOFF *q_l, prs_struct *ps, int depth);
BOOL net_io_r_sam_logoff(char *desc, NET_R_SAM_LOGOFF *r_l, prs_struct *ps, int depth);
-BOOL init_net_q_sam_sync(NET_Q_SAM_SYNC * q_s, char *srv_name,
- char *cli_name, DOM_CRED *cli_creds,
- uint32 database_id);
-BOOL net_io_q_sam_sync(char *desc, NET_Q_SAM_SYNC *q_s, prs_struct *ps,
- int depth);
-BOOL net_io_r_sam_sync(char *desc, uint8 sess_key[16],
- NET_R_SAM_SYNC *r_s, prs_struct *ps, int depth);
/* The following definitions come from rpc_parse/parse_prs.c */
@@ -2724,7 +2712,6 @@ BOOL prs_uint32_post(char *name, prs_struct *ps, int depth, uint32 *data32,
uint32 ptr_uint32, uint32 data_size);
int tdb_prs_store(TDB_CONTEXT *tdb, char *keystr, prs_struct *ps);
int tdb_prs_fetch(TDB_CONTEXT *tdb, char *keystr, prs_struct *ps, TALLOC_CTX *mem_ctx);
-BOOL prs_hash1(prs_struct *ps, uint32 offset, uint8 sess_key[16]);
/* The following definitions come from rpc_parse/parse_reg.c */