ctdb-common: Add missing prototype for ctdb_cmdline_client()
authorAmitay Isaacs <amitay@gmail.com>
Tue, 27 Oct 2015 04:26:26 +0000 (15:26 +1100)
committerMartin Schwenke <martins@samba.org>
Fri, 30 Oct 2015 01:00:27 +0000 (02:00 +0100)
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
ctdb/common/cmdline.h

index fd675ed0fd2ae5d190e8eab62811015de3ddcc9a..0285b4d125e2a0417bdc7d79db8f6d59b560bc2f 100644 (file)
@@ -7,4 +7,7 @@ extern struct poptOption popt_ctdb_cmdline[];
 
 struct ctdb_context *ctdb_cmdline_init(struct tevent_context *ev);
 
+struct ctdb_context *ctdb_cmdline_client(struct tevent_context *ev,
+                                        struct timeval req_timeout);
+
 #endif /* CTDB_CMDLINE_H */