diff options
| author | Miro Jurisic <meeroh@mit.edu> | 2000-03-26 03:26:08 +0000 |
|---|---|---|
| committer | Miro Jurisic <meeroh@mit.edu> | 2000-03-26 03:26:08 +0000 |
| commit | fb75b66603cdfb97530e92f3c8a126e5a7367357 (patch) | |
| tree | 21b7841c64562664564f0744503e5bac31661178 /src/include/k5-int.h | |
| parent | aa9b5571b972f77baf54af4b0825095749766a9d (diff) | |
| download | krb5-fb75b66603cdfb97530e92f3c8a126e5a7367357.tar.gz krb5-fb75b66603cdfb97530e92f3c8a126e5a7367357.tar.xz krb5-fb75b66603cdfb97530e92f3c8a126e5a7367357.zip | |
Fixed protos for krb5_locate_srv_*
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12141 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/k5-int.h')
| -rw-r--r-- | src/include/k5-int.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h index b0f79a6e1..4f37850bd 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -555,8 +555,8 @@ krb5_error_code krb5_locate_srv_conf const krb5_data *, const char *, struct sockaddr **, - int, - int)); + int*, + int)); /* no context? */ krb5_error_code krb5_locate_srv_dns @@ -564,7 +564,7 @@ krb5_error_code krb5_locate_srv_dns const char *, const char *, struct sockaddr **, - int)); + int*)); #endif /* KRB5_LIBOS_PROTO__ */ |
