From: John Kohl Date: Wed, 17 Jan 1990 17:30:21 +0000 (+0000) Subject: change include file names: add ccache, rcache, func-proto X-Git-Tag: krb5-1.0-alpha2~1270 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=02b30e15d9910ccdc187891de38c4433cee2ad7c;p=krb5.git change include file names: add ccache, rcache, func-proto fix indenting on comment git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@112 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/krb5/krb5.h b/src/include/krb5/krb5.h index 01ac108e3..a674ffe8a 100644 --- a/src/include/krb5/krb5.h +++ b/src/include/krb5/krb5.h @@ -3,7 +3,7 @@ * $Author$ * $Id$ * - * Copyright 1989 by the Massachusetts Institute of Technology. + * Copyright 1989,1990 by the Massachusetts Institute of Technology. * * For copying and distribution information, please see the file * . @@ -26,7 +26,8 @@ #include #include #include -#include +#include +#include /* Time set */ typedef struct _krb5_ticket_times { @@ -41,7 +42,7 @@ typedef struct _krb5_ticket_times { typedef struct _krb5_authdata { krb5_authdatatype ad_type; int length; - krb5_octet contents[1]; /* actually can be more, depending + krb5_octet contents[1]; /* actually can be more, depending on length */ } krb5_authdata; @@ -204,4 +205,7 @@ typedef struct _krb5_priv_enc_part { krb5_ui_2 msec; /* millisecond portion of time */ krb5_address **addresses; /* array of ptrs to addresses */ } krb5_priv_enc_part; + +#include + #endif /* __KRB5_GENERAL__ */