2008-04-08 02:26:21 +02:00
/* header auto-generated by pidl */
# include "librpc/ndr/libndr.h"
# include "librpc/gen_ndr/libnetapi.h"
# ifndef _HEADER_NDR_libnetapi
# define _HEADER_NDR_libnetapi
# define NDR_NETJOINDOMAIN (0x00)
# define NDR_NETUNJOINDOMAIN (0x01)
# define NDR_NETGETJOININFORMATION (0x02)
# define NDR_NETGETJOINABLEOUS (0x03)
# define NDR_NETSERVERGETINFO (0x04)
# define NDR_NETSERVERSETINFO (0x05)
# define NDR_NETGETDCNAME (0x06)
# define NDR_NETGETANYDCNAME (0x07)
2008-04-08 14:38:10 +02:00
# define NDR_DSGETDCNAME (0x08)
2008-04-09 12:36:02 +02:00
# define NDR_NETUSERADD (0x09)
2008-04-09 13:32:19 +02:00
# define NDR_NETUSERDEL (0x0a)
2008-04-09 13:42:48 +02:00
# define NDR_NETUSERENUM (0x0b)
# define NDR_LIBNETAPI_CALL_COUNT (12)
2008-04-08 02:26:21 +02:00
enum ndr_err_code ndr_push_NET_API_STATUS ( struct ndr_push * ndr , int ndr_flags , enum NET_API_STATUS r ) ;
enum ndr_err_code ndr_pull_NET_API_STATUS ( struct ndr_pull * ndr , int ndr_flags , enum NET_API_STATUS * r ) ;
void ndr_print_NET_API_STATUS ( struct ndr_print * ndr , const char * name , enum NET_API_STATUS r ) ;
2008-04-10 21:29:05 +02:00
enum ndr_err_code ndr_push_SERVER_INFO_1005 ( struct ndr_push * ndr , int ndr_flags , const struct SERVER_INFO_1005 * r ) ;
enum ndr_err_code ndr_pull_SERVER_INFO_1005 ( struct ndr_pull * ndr , int ndr_flags , struct SERVER_INFO_1005 * r ) ;
void ndr_print_SERVER_INFO_1005 ( struct ndr_print * ndr , const char * name , const struct SERVER_INFO_1005 * r ) ;
2008-04-08 14:38:10 +02:00
enum ndr_err_code ndr_push_DOMAIN_CONTROLLER_INFO ( struct ndr_push * ndr , int ndr_flags , const struct DOMAIN_CONTROLLER_INFO * r ) ;
enum ndr_err_code ndr_pull_DOMAIN_CONTROLLER_INFO ( struct ndr_pull * ndr , int ndr_flags , struct DOMAIN_CONTROLLER_INFO * r ) ;
void ndr_print_DOMAIN_CONTROLLER_INFO ( struct ndr_print * ndr , const char * name , const struct DOMAIN_CONTROLLER_INFO * r ) ;
2008-04-09 12:36:02 +02:00
enum ndr_err_code ndr_push_USER_INFO_0 ( struct ndr_push * ndr , int ndr_flags , const struct USER_INFO_0 * r ) ;
enum ndr_err_code ndr_pull_USER_INFO_0 ( struct ndr_pull * ndr , int ndr_flags , struct USER_INFO_0 * r ) ;
void ndr_print_USER_INFO_0 ( struct ndr_print * ndr , const char * name , const struct USER_INFO_0 * r ) ;
enum ndr_err_code ndr_push_USER_INFO_1 ( struct ndr_push * ndr , int ndr_flags , const struct USER_INFO_1 * r ) ;
enum ndr_err_code ndr_pull_USER_INFO_1 ( struct ndr_pull * ndr , int ndr_flags , struct USER_INFO_1 * r ) ;
void ndr_print_USER_INFO_1 ( struct ndr_print * ndr , const char * name , const struct USER_INFO_1 * r ) ;
2008-04-08 02:26:21 +02:00
enum ndr_err_code ndr_push_NetJoinDomain ( struct ndr_push * ndr , int flags , const struct NetJoinDomain * r ) ;
enum ndr_err_code ndr_pull_NetJoinDomain ( struct ndr_pull * ndr , int flags , struct NetJoinDomain * r ) ;
void ndr_print_NetJoinDomain ( struct ndr_print * ndr , const char * name , int flags , const struct NetJoinDomain * r ) ;
enum ndr_err_code ndr_push_NetUnjoinDomain ( struct ndr_push * ndr , int flags , const struct NetUnjoinDomain * r ) ;
enum ndr_err_code ndr_pull_NetUnjoinDomain ( struct ndr_pull * ndr , int flags , struct NetUnjoinDomain * r ) ;
void ndr_print_NetUnjoinDomain ( struct ndr_print * ndr , const char * name , int flags , const struct NetUnjoinDomain * r ) ;
enum ndr_err_code ndr_push_NetGetJoinInformation ( struct ndr_push * ndr , int flags , const struct NetGetJoinInformation * r ) ;
enum ndr_err_code ndr_pull_NetGetJoinInformation ( struct ndr_pull * ndr , int flags , struct NetGetJoinInformation * r ) ;
void ndr_print_NetGetJoinInformation ( struct ndr_print * ndr , const char * name , int flags , const struct NetGetJoinInformation * r ) ;
enum ndr_err_code ndr_push_NetGetJoinableOUs ( struct ndr_push * ndr , int flags , const struct NetGetJoinableOUs * r ) ;
enum ndr_err_code ndr_pull_NetGetJoinableOUs ( struct ndr_pull * ndr , int flags , struct NetGetJoinableOUs * r ) ;
void ndr_print_NetGetJoinableOUs ( struct ndr_print * ndr , const char * name , int flags , const struct NetGetJoinableOUs * r ) ;
enum ndr_err_code ndr_push_NetServerGetInfo ( struct ndr_push * ndr , int flags , const struct NetServerGetInfo * r ) ;
enum ndr_err_code ndr_pull_NetServerGetInfo ( struct ndr_pull * ndr , int flags , struct NetServerGetInfo * r ) ;
void ndr_print_NetServerGetInfo ( struct ndr_print * ndr , const char * name , int flags , const struct NetServerGetInfo * r ) ;
enum ndr_err_code ndr_push_NetServerSetInfo ( struct ndr_push * ndr , int flags , const struct NetServerSetInfo * r ) ;
enum ndr_err_code ndr_pull_NetServerSetInfo ( struct ndr_pull * ndr , int flags , struct NetServerSetInfo * r ) ;
void ndr_print_NetServerSetInfo ( struct ndr_print * ndr , const char * name , int flags , const struct NetServerSetInfo * r ) ;
enum ndr_err_code ndr_push_NetGetDCName ( struct ndr_push * ndr , int flags , const struct NetGetDCName * r ) ;
enum ndr_err_code ndr_pull_NetGetDCName ( struct ndr_pull * ndr , int flags , struct NetGetDCName * r ) ;
void ndr_print_NetGetDCName ( struct ndr_print * ndr , const char * name , int flags , const struct NetGetDCName * r ) ;
enum ndr_err_code ndr_push_NetGetAnyDCName ( struct ndr_push * ndr , int flags , const struct NetGetAnyDCName * r ) ;
enum ndr_err_code ndr_pull_NetGetAnyDCName ( struct ndr_pull * ndr , int flags , struct NetGetAnyDCName * r ) ;
void ndr_print_NetGetAnyDCName ( struct ndr_print * ndr , const char * name , int flags , const struct NetGetAnyDCName * r ) ;
2008-04-08 14:38:10 +02:00
enum ndr_err_code ndr_push_DsGetDcName ( struct ndr_push * ndr , int flags , const struct DsGetDcName * r ) ;
enum ndr_err_code ndr_pull_DsGetDcName ( struct ndr_pull * ndr , int flags , struct DsGetDcName * r ) ;
void ndr_print_DsGetDcName ( struct ndr_print * ndr , const char * name , int flags , const struct DsGetDcName * r ) ;
2008-04-09 12:36:02 +02:00
enum ndr_err_code ndr_push_NetUserAdd ( struct ndr_push * ndr , int flags , const struct NetUserAdd * r ) ;
enum ndr_err_code ndr_pull_NetUserAdd ( struct ndr_pull * ndr , int flags , struct NetUserAdd * r ) ;
void ndr_print_NetUserAdd ( struct ndr_print * ndr , const char * name , int flags , const struct NetUserAdd * r ) ;
2008-04-09 13:32:19 +02:00
enum ndr_err_code ndr_push_NetUserDel ( struct ndr_push * ndr , int flags , const struct NetUserDel * r ) ;
enum ndr_err_code ndr_pull_NetUserDel ( struct ndr_pull * ndr , int flags , struct NetUserDel * r ) ;
void ndr_print_NetUserDel ( struct ndr_print * ndr , const char * name , int flags , const struct NetUserDel * r ) ;
2008-04-09 13:42:48 +02:00
enum ndr_err_code ndr_push_NetUserEnum ( struct ndr_push * ndr , int flags , const struct NetUserEnum * r ) ;
enum ndr_err_code ndr_pull_NetUserEnum ( struct ndr_pull * ndr , int flags , struct NetUserEnum * r ) ;
void ndr_print_NetUserEnum ( struct ndr_print * ndr , const char * name , int flags , const struct NetUserEnum * r ) ;
2008-04-08 02:26:21 +02:00
# endif /* _HEADER_NDR_libnetapi */