1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/ctdb/include/internal/cmdline.h
Amitay Isaacs 0a4fc92c77 ctdb-header: Protect against multiple includes
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Michael Adam <obnox@samba.org>
2014-06-20 23:38:09 +02:00

11 lines
310 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 test options:", NULL },
struct ctdb_context *ctdb_cmdline_init(struct event_context *ev);
#endif /* CTDB_CMDLINE_H */