mirror of
https://github.com/samba-team/samba.git
synced 2025-01-28 17:47:29 +03:00
cccaef9e08
Guenther (This used to be commit 6f239df3f5a57c9549f1637e53fd42d2ed604c3f)
12 lines
385 B
C
12 lines
385 B
C
#include <popt.h>
|
|
|
|
void popt_common_callback(poptContext con,
|
|
enum poptCallbackReason reason,
|
|
const struct poptOption *opt,
|
|
const char *arg, const void *data);
|
|
|
|
extern struct poptOption popt_common_netapi_examples[];
|
|
|
|
#define POPT_COMMON_LIBNETAPI_EXAMPLES { NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_common_netapi_examples, 0, "Common samba netapi example options:", NULL },
|
|
|