projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f14088e
)
add arg to prototype for krb5_db_verify_master_key
author
John Kohl
<jtkohl@mit.edu>
Mon, 5 Feb 1990 15:31:51 +0000
(15:31 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Mon, 5 Feb 1990 15:31:51 +0000
(15:31 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@280
dc483132
-0cff-0310-8789-
dd5450dbe970
src/include/krb5/kdb.h
patch
|
blob
|
history
diff --git
a/src/include/krb5/kdb.h
b/src/include/krb5/kdb.h
index 487afbbbfabffd21116b320b96fd3fae876549e3..7403285213525143bf10ce48cf9bff1ebe074e70 100644
(file)
--- a/
src/include/krb5/kdb.h
+++ b/
src/include/krb5/kdb.h
@@
-74,6
+74,6
@@
krb5_error_code krb5_db_iterate
krb5_db_entry *)),
krb5_pointer ));
krb5_error_code krb5_db_verify_master_key
- PROTOTYPE((krb5_principal, krb5_keyblock *));
+ PROTOTYPE((krb5_principal, krb5_keyblock *
, krb5_encrypt_block *
));
#endif /* __KRB5_KDB5__ */