s3: Replace cli_negprot_sendsync() by cli_negprot_send()
[samba.git] / source3 / include / proto.h
index b5b1c860fc3589bb8ea90db2fe499f87d3495866..14ec2d68534aba5e725b3d464b77755f7ddbbe55 100644 (file)
@@ -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,