summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-01-17 17:30:21 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-01-17 17:30:21 +0000
commit02b30e15d9910ccdc187891de38c4433cee2ad7c (patch)
tree191d9638fd3ad62f678f2278353f766b8a12ad8c /src/include
parentbca6305204b543d05bee52f82c8835a89dca1432 (diff)
downloadkrb5-02b30e15d9910ccdc187891de38c4433cee2ad7c.tar.gz
krb5-02b30e15d9910ccdc187891de38c4433cee2ad7c.tar.xz
krb5-02b30e15d9910ccdc187891de38c4433cee2ad7c.zip
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
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/krb5.h10
1 files changed, 7 insertions, 3 deletions
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
* <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__ */