* adm_proto.h (krb5_adm_connect, krb5_adm_disconnect, krb5_adm_dbent_to_proto,
authorKen Raeburn <raeburn@mit.edu>
Thu, 15 Sep 2005 03:30:21 +0000 (03:30 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 15 Sep 2005 03:30:21 +0000 (03:30 +0000)
krb5_adm_proto_to_dbent, krb5_adm_proto_to_ktent, krb5_adm_ktent_to_proto,
krb5_free_adm_data, krb5_send_adm_cmd, krb5_send_adm_reply, krb5_read_adm_cmd,
krb5_read_adm_reply): Delete declarations, since none of these functions exist.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17381 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/ChangeLog
src/include/krb5/adm_proto.h

index e7cdf1e349f8e8af64ee620c18ce63d2c30a7a52..75c065579eee5e7755533b5791073e32451c0b6a 100644 (file)
@@ -1,3 +1,12 @@
+2005-09-14  Ken Raeburn  <raeburn@mit.edu>
+
+       * adm_proto.h (krb5_adm_connect, krb5_adm_disconnect,
+       krb5_adm_dbent_to_proto, krb5_adm_proto_to_dbent,
+       krb5_adm_proto_to_ktent, krb5_adm_ktent_to_proto,
+       krb5_free_adm_data, krb5_send_adm_cmd, krb5_send_adm_reply,
+       krb5_read_adm_cmd, krb5_read_adm_reply): Delete declarations,
+       since none of these functions exist.
+
 2005-06-29  Ken Raeburn  <raeburn@mit.edu>
 
        * Makefile.in (osconf.h): Depend on Makefile.  Always display
index 511547903c3aef9691867d7ce716a1139d0935f2..65b116bc4a2909c7b181c711d336886f94d578e0 100644 (file)
@@ -55,90 +55,6 @@ typedef struct ___krb5_key_salt_tuple krb5_key_salt_tuple;
  * Function prototypes.
  */
 
-/* adm_conn.c */
-krb5_error_code KRB5_CALLCONV krb5_adm_connect
-       (krb5_context,
-        char *,
-        const char *,
-        char *,
-        int *,
-        krb5_auth_context *,
-        krb5_ccache *,
-        char *,
-        krb5_timestamp);
-void KRB5_CALLCONV krb5_adm_disconnect
-       (krb5_context,
-        int *,
-        krb5_auth_context,
-        krb5_ccache);
-
-#if !defined(_WIN32)
-/* adm_kw_dec.c */
-krb5_error_code krb5_adm_proto_to_dbent
-       (krb5_context,
-        krb5_int32,
-        krb5_data *,
-        krb5_ui_4 *,
-        krb5_db_entry *,
-        char **);
-
-/* adm_kw_enc.c */
-krb5_error_code krb5_adm_dbent_to_proto
-       (krb5_context,
-        krb5_ui_4,
-        krb5_db_entry *,
-        char *,
-        krb5_int32 *,
-        krb5_data **);
-#endif /* !windows */
-
-/* adm_kt_dec.c */
-krb5_error_code krb5_adm_proto_to_ktent
-       (krb5_context,
-        krb5_int32,
-        krb5_data *,
-        krb5_keytab_entry *);
-
-/* adm_kt_enc.c */
-krb5_error_code krb5_adm_ktent_to_proto
-       (krb5_context,
-        krb5_keytab_entry *,
-        krb5_int32 *,
-        krb5_data **);
-
-/* adm_rw.c */
-void KRB5_CALLCONV krb5_free_adm_data
-       (krb5_context,
-        krb5_int32,
-        krb5_data *);
-
-krb5_error_code KRB5_CALLCONV krb5_send_adm_cmd
-       (krb5_context,
-        krb5_pointer,
-        krb5_auth_context,
-        krb5_int32,
-        krb5_data *);
-krb5_error_code krb5_send_adm_reply
-       (krb5_context,
-        krb5_pointer,
-        krb5_auth_context,
-        krb5_int32,
-        krb5_int32,
-        krb5_data *);
-krb5_error_code krb5_read_adm_cmd
-       (krb5_context,
-        krb5_pointer,
-        krb5_auth_context,
-        krb5_int32 *,
-        krb5_data **);
-krb5_error_code KRB5_CALLCONV krb5_read_adm_reply
-       (krb5_context,
-        krb5_pointer,
-        krb5_auth_context,
-        krb5_int32 *,
-        krb5_int32 *,
-        krb5_data **);
-
 /* logger.c */
 krb5_error_code krb5_klog_init
        (krb5_context,