summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-04-25 16:53:58 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-04-25 16:53:58 +0000
commitebc3381ed5ff43db5d86891516794031b17f429e (patch)
tree394498843c03f9e454ab163479271711af933199 /src/include
parent0c213c5e3e39e281e498ac7bde24b6c85067294d (diff)
downloadkrb5-ebc3381ed5ff43db5d86891516794031b17f429e.tar.gz
krb5-ebc3381ed5ff43db5d86891516794031b17f429e.tar.xz
krb5-ebc3381ed5ff43db5d86891516794031b17f429e.zip
fix typos
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@582 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/keytab.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/krb5/keytab.h b/src/include/krb5/keytab.h
index 2b4b759a0..726b537c5 100644
--- a/src/include/krb5/keytab.h
+++ b/src/include/krb5/keytab.h
@@ -30,7 +30,7 @@ typedef struct krb5_keytab_entry_st {
typedef struct _krb5_kt {
- struct krb5_kt_ops *ops;
+ struct _krb5_kt_ops *ops;
krb5_pointer data;
} *krb5_keytab;
@@ -43,7 +43,7 @@ typedef struct _krb5_kt_ops {
krb5_error_code (*get_name) PROTOTYPE((krb5_keytab,
char *,
int));
- krb5_error_code (*close) PROTOTYPE((krb5_keytab *));
+ krb5_error_code (*close) PROTOTYPE((krb5_keytab));
krb5_error_code (*get) PROTOTYPE((krb5_keytab,
krb5_principal,
krb5_kvno,