manpages/vfs_fruit: fruit:resource option misspelling
[Samba.git] / ctdb / common / cmdline.h
blob0285b4d125e2a0417bdc7d79db8f6d59b560bc2f
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 options:", NULL },
8 struct ctdb_context *ctdb_cmdline_init(struct tevent_context *ev);
10 struct ctdb_context *ctdb_cmdline_client(struct tevent_context *ev,
11 struct timeval req_timeout);
13 #endif /* CTDB_CMDLINE_H */