add krb5_boolean
authorJohn Kohl <jtkohl@mit.edu>
Thu, 28 Dec 1989 16:46:45 +0000 (16:46 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Thu, 28 Dec 1989 16:46:45 +0000 (16:46 +0000)
fix addrtype
add authdatatype

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

src/include/krb5/base-defs.h

index 470dc0f913d68df47ec0abcccd53856533f71f40..46a4fea503ed328a3957d5c68e99047b7ea405f0 100644 (file)
@@ -21,6 +21,8 @@
 typedef octet          krb5_ui_1;
 typedef int16          krb5_ui_2;
 typedef int32          krb5_ui_4;
+typedef octet          krb5_boolean;
+
 
 typedef int32          krb5_timestamp;
 typedef krb5_ui_2      krb5_confounder;
@@ -28,10 +30,11 @@ typedef     octet           krb5_msgtype;
 typedef        octet           krb5_kvno;
 typedef        int32           krb5_flags;
 
-typedef        krb5_ui_2       krb5_addr_type;
+typedef        krb5_ui_2       krb5_addrtype;
 typedef krb5_ui_2      krb5_keytype;
 typedef krb5_ui_2      krb5_enctype;
 typedef krb5_ui_2      krb5_cksumtype;
+typedef krb5_ui_2      krb5_authdatatype;
 
 typedef struct _krb5_string {
     int length;