root/source4/heimdal_build/kafs.h

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

INCLUDED FROM


DEFINITIONS

This source file includes following definitions.
  1. k_hasafs
  2. krb_afslog
  3. k_unlog
  4. k_setpag
  5. 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 };

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