* krb.h: Add prototypes for get_pw_tkt() and unix_time_gmt_unixsec()
authorEzra Peisach <epeisach@mit.edu>
Mon, 3 Jul 2000 16:41:07 +0000 (16:41 +0000)
committerEzra Peisach <epeisach@mit.edu>
Mon, 3 Jul 2000 16:41:07 +0000 (16:41 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12528 dc483132-0cff-0310-8789-dd5450dbe970

src/include/kerberosIV/ChangeLog
src/include/kerberosIV/krb.h

index 9954dca7950bb335fbb3c97a08c083e4ed7a5cf9..c364da922dc811afa98932771b4cc70a97860009 100644 (file)
@@ -1,3 +1,7 @@
+2000-07-03  Ezra Peisach  <epeisach@mit.edu>
+
+       * krb.h: Add prototypes for get_pw_tkt() and unix_time_gmt_unixsec().
+
 2000-06-02  Ken Raeburn  <raeburn@mit.edu>
 
        * krb.h (krb4_swab16): Mask upper byte of input after shifting, in
index 4e2b675b7c61f64278c00f82a3e2ccaf31da81b9..f3a5faf09f24d0da1e4d5b2f9fc90a57a0e04160 100644 (file)
@@ -496,6 +496,8 @@ KRB5_DLLIMP int KRB5_CALLCONV krb_get_lrealm
 /* g_phost.c */
 KRB5_DLLIMP char FAR * KRB5_CALLCONV krb_get_phost
        PROTOTYPE((char FAR * alias));
+/* get_pw_tkt */
+int get_pw_tkt PROTOTYPE((char *, char *, char *, char *));
 /* g_pw_in_tkt.c */
 KRB5_DLLIMP int KRB5_CALLCONV krb_get_pw_in_tkt
        PROTOTYPE((char FAR *user, char FAR *instance, char FAR *realm,
@@ -641,6 +643,9 @@ char * tkt_string
 void krb_set_tkt_string
        PROTOTYPE((char *));
 
+/* unix_time.c */
+unsigned KRB4_32 unix_time_gmt_unixsec PROTOTYPE((unsigned KRB4_32 *));
+
 /*
  * Internal prototypes
  */