smbd: Simplify brl_locktest
[Samba.git] / ctdb / include / internal / cmdline.h
blob67704c614e023d3153c1c7d6d28022730e30955e
1 #ifndef CTDB_CMDLINE_H
2 #define CTDB_CMDLINE_H
4 extern struct poptOption popt_ctdb_cmdline[];
6 #define POPT_CTDB_CMDLINE { NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_ctdb_cmdline, 0, "Common ctdb test options:", NULL },
8 struct ctdb_context *ctdb_cmdline_init(struct event_context *ev);
10 #endif /* CTDB_CMDLINE_H */