root/libcli/netlogon_proto.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 #ifndef _____LIBCLI_NETLOGON_PROTO_H__
   2 #define _____LIBCLI_NETLOGON_PROTO_H__
   3 
   4 #undef _PRINTF_ATTRIBUTE
   5 #define _PRINTF_ATTRIBUTE(a1, a2) PRINTF_ATTRIBUTE(a1, a2)
   6 /* This file was automatically generated by mkproto.pl. DO NOT EDIT */
   7 
   8 /* this file contains prototypes for functions that are private 
   9  * to this subsystem or library. These functions should not be 
  10  * used outside this particular subsystem! */
  11 
  12 
  13 /* The following definitions come from ../libcli/netlogon.c  */
  14 
  15 NTSTATUS push_netlogon_samlogon_response(DATA_BLOB *data, TALLOC_CTX *mem_ctx,
  16                                          struct smb_iconv_convenience *iconv_convenience,
  17                                          struct netlogon_samlogon_response *response);
  18 NTSTATUS pull_netlogon_samlogon_response(DATA_BLOB *data, TALLOC_CTX *mem_ctx,
  19                                          struct smb_iconv_convenience *iconv_convenience,
  20                                          struct netlogon_samlogon_response *response);
  21 void map_netlogon_samlogon_response(struct netlogon_samlogon_response *response);
  22 NTSTATUS push_nbt_netlogon_response(DATA_BLOB *data, TALLOC_CTX *mem_ctx,
  23                                     struct smb_iconv_convenience *iconv_convenience,
  24                                     struct nbt_netlogon_response *response);
  25 NTSTATUS pull_nbt_netlogon_response(DATA_BLOB *data, TALLOC_CTX *mem_ctx,
  26                                          struct smb_iconv_convenience *iconv_convenience,
  27                                          struct nbt_netlogon_response *response);
  28 #undef _PRINTF_ATTRIBUTE
  29 #define _PRINTF_ATTRIBUTE(a1, a2)
  30 
  31 #endif /* _____LIBCLI_NETLOGON_PROTO_H__ */
  32 

/* [<][>][^][v][top][bottom][index][help] */