/* [<][>][^][v][top][bottom][index][help] */
DEFINITIONS
This source file includes following definitions.
- k_hasafs
- krb_afslog
- k_unlog
- k_setpag
- krb5_afslog
1 int k_hasafs (void) {
/* [<][>][^][v][top][bottom][index][help] */
2 return 0;
3 };
4
5 int krb_afslog (const char *cell, const char *realm) {
/* [<][>][^][v][top][bottom][index][help] */
6 return 0;
7 };
8 int k_unlog (void) {
/* [<][>][^][v][top][bottom][index][help] */
9 return 0;
10 };
11 int k_setpag (void) {
/* [<][>][^][v][top][bottom][index][help] */
12 return 0;
13 };
14 krb5_error_code krb5_afslog (krb5_context context,
/* [<][>][^][v][top][bottom][index][help] */
15 krb5_ccache id,
16 const char *cell,
17 krb5_const_realm realm) {
18 return 0;
19 };