sprinkle in const's
authorJohn Kohl <jtkohl@mit.edu>
Mon, 25 Feb 1991 15:46:49 +0000 (15:46 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Mon, 25 Feb 1991 15:46:49 +0000 (15:46 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1779 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/los-proto.h

index c31c77fb1eed689c198119b02a1f9730a6b091bd..113784f2399008f353962245507a3712d6bdeda6 100644 (file)
@@ -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__ */