diff options
author | Volker Lendecke <vl@samba.org> | 2011-03-27 17:34:36 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2011-03-27 19:04:11 +0200 |
commit | ffef3aa809eac020efd316c1922c50538d271a4f (patch) | |
tree | 58fc50111e0f5ae321e76ec5410e277121c31d4b /source3/include | |
parent | a60ba5461855825c71e290f03fa1182210f87cae (diff) | |
download | samba-ffef3aa809eac020efd316c1922c50538d271a4f.tar.gz samba-ffef3aa809eac020efd316c1922c50538d271a4f.tar.bz2 samba-ffef3aa809eac020efd316c1922c50538d271a4f.zip |
s3: Replace cli_negprot_sendsync() by cli_negprot_send()
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index b5b1c860fc..14ec2d6853 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1546,7 +1546,6 @@ struct tevent_req *cli_tdis_send(TALLOC_CTX *mem_ctx, struct cli_state *cli); NTSTATUS cli_tdis_recv(struct tevent_req *req); NTSTATUS cli_tdis(struct cli_state *cli); -void cli_negprot_sendsync(struct cli_state *cli); NTSTATUS cli_negprot(struct cli_state *cli); struct tevent_req *cli_negprot_send(TALLOC_CTX *mem_ctx, struct event_context *ev, |