* krb4int.h: Remove now conflicting prototype for
authorTom Yu <tlyu@mit.edu>
Thu, 5 Dec 2002 00:28:13 +0000 (00:28 +0000)
committerTom Yu <tlyu@mit.edu>
Thu, 5 Dec 2002 00:28:13 +0000 (00:28 +0000)
krb_set_lifetime().

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

src/lib/krb4/ChangeLog
src/lib/krb4/krb4int.h

index 1b61636c28994b8066ac6467f99f0515e0dd9efe..9acdefb88d116f2ad68a1c65a67cf126cbc91e53 100644 (file)
@@ -1,5 +1,8 @@
 2002-12-04  Tom Yu  <tlyu@mit.edu>
 
+       * krb4int.h: Remove now conflicting prototype for
+       krb_set_lifetime().
+
        * Makefile.in: Fix up includes handling somewhat.
 
 2002-12-02  Tom Yu  <tlyu@mit.edu>
index 54499d20f19150f38da8fc478a1680dcf3b040f8..6819653d83aa671abcdea2078b60355227c7db04 100644 (file)
@@ -33,9 +33,6 @@ void krb_log(const char *, ...);
 
 void krb_set_logfile(char *);
 
-/* mk_req.c */
-int krb_set_lifetime(int);
-
 /* month_sname.c */
 const char * month_sname(int);