From 5bb707c9b19ad78542db2308bca0b4c95feb5e95 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Mon, 25 Feb 1991 15:46:49 +0000 Subject: [PATCH] sprinkle in const's git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1779 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/los-proto.h | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/src/include/krb5/los-proto.h b/src/include/krb5/los-proto.h index c31c77fb1..113784f23 100644 --- a/src/include/krb5/los-proto.h +++ b/src/include/krb5/los-proto.h @@ -71,23 +71,13 @@ krb5_boolean krb5_kuserok krb5_error_code krb5_random_confounder PROTOTYPE((int, krb5_pointer )); -krb5_error_code krb5_unpack_full_ipaddr - PROTOTYPE((krb5_address *, - krb5_int32 *, - krb5_int16 *)); - - -#ifdef NARROW_PROTOTYPES -krb5_error_code krb5_make_full_ipaddr - PROTOTYPE((krb5_int32, - krb5_int16, - krb5_address **)); -#else -krb5_error_code krb5_make_full_ipaddr - PROTOTYPE((krb5_int32, - int, /* unsigned short promotes to signed - int */ +krb5_error_code krb5_gen_replay_name + PROTOTYPE((const krb5_address *, + const char *, + char **)); +krb5_error_code krb5_gen_portaddr + PROTOTYPE((const krb5_address *, + krb5_const_pointer, krb5_address **)); -#endif /* not NARROW_PROTOTYPES */ #endif /* KRB5_LIBOS_PROTO__ */ -- 2.26.2