/* * $Source$ * $Author$ * * Copyright 1989,1990 by the Massachusetts Institute of Technology. * * For copying and distribution information, please see the file * . * * Glue between Kerberos version and ISODE 6.0 version of structures. */ #if !defined(lint) && !defined(SABER) static char rcsid_ktgsr2kdcr_c[] = "$Id$"; #endif /* lint || saber */ #include #include /*#include */ #include #include #include "asn1glue.h" #include /* ISODE defines max(a,b) */ struct type_KRB5_TGS__REP * krb5_tgs_rep2KRB5_KDC__REP(val, error) const register krb5_kdc_rep *val; register int *error; { return (struct type_KRB5_TGS__REP *) krb5_kdc_rep2KRB5_KDC__REP(val, error); }