summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2002-12-05 00:28:13 +0000
committerTom Yu <tlyu@mit.edu>2002-12-05 00:28:13 +0000
commitf86218b87367a15b52ca1bcc4016f6c168817135 (patch)
treef336289ce4755fbdeb86b629964649158be7cfe4 /src/lib
parenta013d511dda286ec286d84f9dba044c5eb07af2e (diff)
* krb4int.h: Remove now conflicting prototype for
krb_set_lifetime(). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15027 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/krb4/ChangeLog3
-rw-r--r--src/lib/krb4/krb4int.h3
2 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/krb4/ChangeLog b/src/lib/krb4/ChangeLog
index 1b61636c2..9acdefb88 100644
--- a/src/lib/krb4/ChangeLog
+++ b/src/lib/krb4/ChangeLog
@@ -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>
diff --git a/src/lib/krb4/krb4int.h b/src/lib/krb4/krb4int.h
index 54499d20f..6819653d8 100644
--- a/src/lib/krb4/krb4int.h
+++ b/src/lib/krb4/krb4int.h
@@ -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);