Last change
on this file was 988, checked in by Silvan Scherrer, 9 years ago |
Samba Server: update vendor to version 4.4.3
|
File size:
410 bytes
|
Line | |
---|
1 | #ifndef CTDB_CMDLINE_H
|
---|
2 | #define CTDB_CMDLINE_H
|
---|
3 |
|
---|
4 | extern struct poptOption popt_ctdb_cmdline[];
|
---|
5 |
|
---|
6 | #define POPT_CTDB_CMDLINE { NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_ctdb_cmdline, 0, "Common ctdb options:", NULL },
|
---|
7 |
|
---|
8 | struct ctdb_context *ctdb_cmdline_init(struct tevent_context *ev);
|
---|
9 |
|
---|
10 | struct ctdb_context *ctdb_cmdline_client(struct tevent_context *ev,
|
---|
11 | struct timeval req_timeout);
|
---|
12 |
|
---|
13 | #endif /* CTDB_CMDLINE_H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.