1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/ctdb/common/cmdline.h
Amitay Isaacs 2fdb332fad ctdb-daemon: Stop using tevent compatibility definitions
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
2015-10-30 02:00:27 +01:00

11 lines
306 B
C

#ifndef CTDB_CMDLINE_H
#define CTDB_CMDLINE_H
extern struct poptOption popt_ctdb_cmdline[];
#define POPT_CTDB_CMDLINE { NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_ctdb_cmdline, 0, "Common ctdb options:", NULL },
struct ctdb_context *ctdb_cmdline_init(struct tevent_context *ev);
#endif /* CTDB_CMDLINE_H */