From: John Kohl Date: Mon, 25 Feb 1991 15:46:49 +0000 (+0000) Subject: sprinkle in const's X-Git-Tag: krb5-1.0-alpha4~193 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5bb707c9b19ad78542db2308bca0b4c95feb5e95;p=krb5.git sprinkle in const's git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1779 dc483132-0cff-0310-8789-dd5450dbe970 --- 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__ */