diff options
| author | John Kohl <jtkohl@mit.edu> | 1991-02-25 15:46:49 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1991-02-25 15:46:49 +0000 |
| commit | 5bb707c9b19ad78542db2308bca0b4c95feb5e95 (patch) | |
| tree | cf02ce32e5a29e1f3a72198b3d5b232004d7bc44 /src/include | |
| parent | e213589bfb771060e740a58878e53cf2827cadbb (diff) | |
| download | krb5-5bb707c9b19ad78542db2308bca0b4c95feb5e95.tar.gz krb5-5bb707c9b19ad78542db2308bca0b4c95feb5e95.tar.xz krb5-5bb707c9b19ad78542db2308bca0b4c95feb5e95.zip | |
sprinkle in const's
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1779 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/krb5/los-proto.h | 24 |
1 files 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__ */ |
