change include file names: add ccache, rcache, func-proto
authorJohn Kohl <jtkohl@mit.edu>
Wed, 17 Jan 1990 17:30:21 +0000 (17:30 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Wed, 17 Jan 1990 17:30:21 +0000 (17:30 +0000)
fix indenting on comment

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@112 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/krb5.h

index 01ac108e3af03bcf8a11a278ae01b7a6e25837b2..a674ffe8a00f276c4eadf545a9b0cced1f0e67c5 100644 (file)
@@ -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
  * <krb5/mit-copyright.h>.
@@ -26,7 +26,8 @@
 #include <krb5/fieldbits.h>
 #include <krb5/errors.h>
 #include <krb5/proto.h>
-#include <krb5/tcache.h>
+#include <krb5/ccache.h>
+#include <krb5/rcache.h>
 
 /* 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 <krb5/func-proto.h>
+
 #endif /* __KRB5_GENERAL__ */