From b33f1147a6074b547a908b6c07fe2d4679c36383 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 16 Jan 2011 19:11:45 +0100 Subject: s3: Remove unused cli_send_keepalive --- source3/include/proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 0db8d59335..6a11ce4bb0 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1746,7 +1746,6 @@ void cli_shutdown(struct cli_state *cli); void cli_sockopt(struct cli_state *cli, const char *options); uint16 cli_setpid(struct cli_state *cli, uint16 pid); bool cli_set_case_sensitive(struct cli_state *cli, bool case_sensitive); -bool cli_send_keepalive(struct cli_state *cli); struct tevent_req *cli_echo_send(TALLOC_CTX *mem_ctx, struct event_context *ev, struct cli_state *cli, uint16_t num_echos, DATA_BLOB data); -- cgit