aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/os/port2ip.c
diff options
context:
space:
mode:
authorChris Provenzano <proven@mit.edu>1995-01-13 21:25:00 +0000
committerChris Provenzano <proven@mit.edu>1995-01-13 21:25:00 +0000
commitd30251dac62e3a24130bb1fd8aa7f9bbf818f1a7 (patch)
tree854a3b8f6289164b66b594c7da3c18e4eae3c90d /src/lib/krb5/os/port2ip.c
parent5b169bc85d0ddcf7055e694d07cbb704021e6c3c (diff)
downloadkrb5-d30251dac62e3a24130bb1fd8aa7f9bbf818f1a7.zip
krb5-d30251dac62e3a24130bb1fd8aa7f9bbf818f1a7.tar.gz
krb5-d30251dac62e3a24130bb1fd8aa7f9bbf818f1a7.tar.bz2
Removed all references to DECLARG and OLDDECLARG.
Added krb5_context to all krb5_routines. Moved init_ctx.c to init_os_ctx.c because a library cannot have more than on file with the same name. See krb5/krb/init_ctx.c git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4811 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/os/port2ip.c')
-rw-r--r--src/lib/krb5/os/port2ip.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/lib/krb5/os/port2ip.c b/src/lib/krb5/os/port2ip.c
index 0fee778..7775075 100644
--- a/src/lib/krb5/os/port2ip.c
+++ b/src/lib/krb5/os/port2ip.c
@@ -36,10 +36,11 @@
#include <netinet/in.h>
krb5_error_code
-krb5_unpack_full_ipaddr(inaddr, adr, port)
-const krb5_address *inaddr;
-krb5_int32 *adr;
-krb5_int16 *port;
+krb5_unpack_full_ipaddr(context, inaddr, adr, port)
+ krb5_context context;
+ const krb5_address *inaddr;
+ krb5_int32 *adr;
+ krb5_int16 *port;
{
unsigned long smushaddr;
unsigned short smushport;