summaryrefslogtreecommitdiffstats
path: root/source/include
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
commitbdb76938e2936df287e638120894ae1adda5cb86 (patch)
tree305e869bf4e307f27a1bd34e71f954bd495b8c20 /source/include
parente7a4dd7612d79bb24be68c601eccc987aba6b497 (diff)
downloadsamba-bdb76938e2936df287e638120894ae1adda5cb86.tar.gz
samba-bdb76938e2936df287e638120894ae1adda5cb86.tar.xz
samba-bdb76938e2936df287e638120894ae1adda5cb86.zip
Update prototype file.
Diffstat (limited to 'source/include')
-rw-r--r--source/include/proto.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/source/include/proto.h b/source/include/proto.h
index 8f80bccf44d..f84d93fd1cf 100644
--- a/source/include/proto.h
+++ b/source/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 */