r22967: Move to the TCP packet interface for the krb5_send_to_kdc plugin.
[Samba.git] / source / heimdal / kdc / kdc-protos.h
blob69bc871b01dd30ebacdd5443edfeb340a6f1d290
1 /* This is a generated file */
2 #ifndef __kdc_protos_h__
3 #define __kdc_protos_h__
5 #include <stdarg.h>
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
11 void
12 kdc_log (
13 krb5_context /*context*/,
14 krb5_kdc_configuration */*config*/,
15 int /*level*/,
16 const char */*fmt*/,
17 ...);
19 char*
20 kdc_log_msg (
21 krb5_context /*context*/,
22 krb5_kdc_configuration */*config*/,
23 int /*level*/,
24 const char */*fmt*/,
25 ...);
27 char*
28 kdc_log_msg_va (
29 krb5_context /*context*/,
30 krb5_kdc_configuration */*config*/,
31 int /*level*/,
32 const char */*fmt*/,
33 va_list /*ap*/);
35 void
36 kdc_openlog (
37 krb5_context /*context*/,
38 krb5_kdc_configuration */*config*/);
40 void
41 krb5_kdc_default_config (krb5_kdc_configuration */*config*/);
43 int
44 krb5_kdc_process_krb5_request (
45 krb5_context /*context*/,
46 krb5_kdc_configuration */*config*/,
47 unsigned char */*buf*/,
48 size_t /*len*/,
49 krb5_data */*reply*/,
50 const char */*from*/,
51 struct sockaddr */*addr*/,
52 int /*datagram_reply*/);
54 int
55 krb5_kdc_process_request (
56 krb5_context /*context*/,
57 krb5_kdc_configuration */*config*/,
58 unsigned char */*buf*/,
59 size_t /*len*/,
60 krb5_data */*reply*/,
61 krb5_boolean */*prependlength*/,
62 const char */*from*/,
63 struct sockaddr */*addr*/,
64 int /*datagram_reply*/);
66 #ifdef __cplusplus
68 #endif
70 #endif /* __kdc_protos_h__ */