* $Source$
* $Author$
*
- * Copyright 1989,1990 by the Massachusetts Institute of Technology.
+ * Copyright 1989,1990,1991 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
*
* For copying and distribution information, please see the file
* <krb5/copyright.h>.
"$Id$";
#endif /* lint || saber */
-#include <krb5/copyright.h>
#include <krb5/krb5.h>
/*#include <time.h> */
register krb5_authdata **retval;
register int i;
- register struct type_KRB5_AuthorizationData *rv;
+ register const struct type_KRB5_AuthorizationData *rv;
for (i = 0, rv = val; rv; i++, rv = rv->next)
;
* $Source$
* $Author$
*
- * Copyright 1989,1990 by the Massachusetts Institute of Technology.
+ * Copyright 1989,1990,1991 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
*
* For copying and distribution information, please see the file
* <krb5/copyright.h>.
"$Id$";
#endif /* lint || saber */
-#include <krb5/copyright.h>
#include <krb5/krb5.h>
/*#include <time.h> */
register krb5_address **retval;
register int i;
- register struct type_KRB5_HostAddresses *rv;
+ register const struct type_KRB5_HostAddresses *rv;
for (i = 0, rv = val; rv; i++, rv = rv->next)
;
* $Source$
* $Author$
*
- * Copyright 1989,1990 by the Massachusetts Institute of Technology.
+ * Copyright 1989,1990,1991 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
*
* For copying and distribution information, please see the file
* <krb5/copyright.h>.
"$Id$";
#endif /* lint || saber */
-#include <krb5/copyright.h>
#include <krb5/krb5.h>
/*#include <time.h> */
#endif
register krb5_last_req_entry **retval;
register int i;
- register struct type_KRB5_LastReq *rv;
+ register const struct type_KRB5_LastReq *rv;
for (i = 0, rv = val; rv; i++, rv = rv->next)
;
* $Source$
* $Author$
*
- * Copyright 1989,1990 by the Massachusetts Institute of Technology.
+ * Copyright 1989,1990,1991 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
*
* For copying and distribution information, please see the file
* <krb5/copyright.h>.
"$Id$";
#endif /* lint || saber */
-#include <krb5/copyright.h>
#include <krb5/krb5.h>
/*#include <time.h> */
register krb5_principal retval;
register int i;
- register struct type_KRB5_PrincipalName *rv;
+ register const struct type_KRB5_PrincipalName *rv;
for (i = 1, rv = val; rv->next; i++, rv = rv->next)
;