projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd2a535
)
fix prototypes for librc, to match the spec & implementation
author
John Kohl
<jtkohl@mit.edu>
Mon, 2 Apr 1990 17:05:23 +0000
(17:05 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Mon, 2 Apr 1990 17:05:23 +0000
(17:05 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@450
dc483132
-0cff-0310-8789-
dd5450dbe970
src/include/krb5/func-proto.h
patch
|
blob
|
history
diff --git
a/src/include/krb5/func-proto.h
b/src/include/krb5/func-proto.h
index ff4d1b083fd02edb162397f673cd5bfc31ced926..0cd95aa3f21c5dc4e553d030ffa668b0c1340480 100644
(file)
--- a/
src/include/krb5/func-proto.h
+++ b/
src/include/krb5/func-proto.h
@@
-276,12
+276,12
@@
krb5_error_code krb5_rc_generate_new
krb5_rc_ops * ));
krb5_error_code krb5_rc_register
PROTOTYPE((krb5_rc_ops * ));
-
char *
krb5_rc_get_name
- PROTOTYPE((krb5_rcache ));
+
krb5_error_code
krb5_rc_get_name
+ PROTOTYPE((krb5_rcache
, char *, int
));
char *krb5_rc_default_name
PROTOTYPE((void ));
-krb5_
rcach
e krb5_rc_default
- PROTOTYPE((
void
));
+krb5_
error_cod
e krb5_rc_default
+ PROTOTYPE((
krb5_rcache *
));
/* libcc.spec */