tf_get_pinst(), tf_get_cred() and tf_close() which are all used by
clients.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12600
dc483132-0cff-0310-8789-
dd5450dbe970
+2000-08-02 Ezra Peisach <epeisach@mit.edu>
+
+ * krb.h: Add prototypes for tf_init(), tf_get_pname(),
+ tf_get_pinst(), tf_get_cred() and tf_close() which are all used by
+ clients.
+
2000-07-21 Ezra Peisach <epeisach@mit.edu>
* krb.h: For get_pw_tkt() and unix_time_gmt_unixsec() add required
/* send_to_kdc.c */
int send_to_kdc
PROTOTYPE((KTEXT pkt, KTEXT rpkt, char *realm));
+
/* tkt_string.c */
char * tkt_string
PROTOTYPE((void));
void krb_set_tkt_string
PROTOTYPE((char *));
+/* tf_util.c */
+KRB5_DLLIMP int KRB5_CALLCONV tf_init PROTOTYPE((char *tf_name, int rw));
+
+KRB5_DLLIMP int KRB5_CALLCONV tf_get_pname PROTOTYPE((char *p));
+
+KRB5_DLLIMP int KRB5_CALLCONV tf_get_pinst PROTOTYPE((char *p));
+
+KRB5_DLLIMP int KRB5_CALLCONV tf_get_cred PROTOTYPE((CREDENTIALS *c));
+
+KRB5_DLLIMP void KRB5_CALLCONV tf_close PROTOTYPE((void));
+
/* unix_time.c */
KRB5_DLLIMP unsigned KRB4_32 KRB5_CALLCONV unix_time_gmt_unixsec
PROTOTYPE((unsigned KRB4_32 *));