librpc: Shorten dcerpc_binding_handle_call a bit
[Samba/gebeck_regimport.git] / source3 / lib / netapi / examples / common.h
blob917698c9563b93f825d7e52666a2a415a6bdd08d
1 #include <popt.h>
3 void popt_common_callback(poptContext con,
4 enum poptCallbackReason reason,
5 const struct poptOption *opt,
6 const char *arg, const void *data);
8 extern struct poptOption popt_common_netapi_examples[];
10 #ifndef POPT_TABLEEND
11 #define POPT_TABLEEND { NULL, '\0', 0, 0, 0, NULL, NULL }
12 #endif
14 #define POPT_COMMON_LIBNETAPI_EXAMPLES { NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_common_netapi_examples, 0, "Common samba netapi example options:", NULL },