|
Last change
on this file since 536 was 133, checked in by Paul Smedley, 18 years ago |
|
Update trunk to 3.2.0pre3
|
|
File size:
385 bytes
|
| Line | |
|---|
| 1 | #include <popt.h>
|
|---|
| 2 |
|
|---|
| 3 | void popt_common_callback(poptContext con,
|
|---|
| 4 | enum poptCallbackReason reason,
|
|---|
| 5 | const struct poptOption *opt,
|
|---|
| 6 | const char *arg, const void *data);
|
|---|
| 7 |
|
|---|
| 8 | extern struct poptOption popt_common_netapi_examples[];
|
|---|
| 9 |
|
|---|
| 10 | #define POPT_COMMON_LIBNETAPI_EXAMPLES { NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_common_netapi_examples, 0, "Common samba netapi example options:", NULL },
|
|---|
| 11 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.