projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
161991d
)
Remove declaration of static function that no longer exists
author
Ezra Peisach
<epeisach@mit.edu>
Mon, 25 Jul 2011 23:57:32 +0000
(23:57 +0000)
committer
Ezra Peisach
<epeisach@mit.edu>
Mon, 25 Jul 2011 23:57:32 +0000
(23:57 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25052
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/krb5/krb/init_ctx.c
patch
|
blob
|
history
diff --git
a/src/lib/krb5/krb/init_ctx.c
b/src/lib/krb5/krb/init_ctx.c
index 048f723408d499417160a1d6f89c080d4ac3c3c6..4896bef02478bdd9a567633e65f7e1800a1d729d 100644
(file)
--- a/
src/lib/krb5/krb/init_ctx.c
+++ b/
src/lib/krb5/krb/init_ctx.c
@@
-72,9
+72,6
@@
extern krb5_error_code krb5_vercheck();
extern void krb5_win_ccdll_load(krb5_context context);
#endif
-static krb5_error_code init_common(profile_t profile, krb5_flags flags,
- krb5_context *context_out);
-
krb5_error_code KRB5_CALLCONV
krb5_init_context(krb5_context *context)
{