From 7b9c4c5e4fe85f4c669c37fedf1bc613482d2edb Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Tue, 28 Feb 1995 07:56:00 +0000 Subject: * k5-int.h: Remove commented-out and . * krb5.h: Same as old krb5/krb5.h, as a start. Gradually things that don't need to be exported will be moved from krb5.h into k5-int.h (and vice verse for e.g. function prototypes). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5003 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/include/ChangeLog') diff --git a/src/include/ChangeLog b/src/include/ChangeLog index 3f5fb4592..71dbb7977 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,10 @@ +Wed Feb 22 18:31:12 1995 John Gilmore (gnu at toad.com) + + * k5-int.h: Remove commented-out and . + * krb5.h: Same as old krb5/krb5.h, as a start. Gradually things + that don't need to be exported will be moved from krb5.h into + k5-int.h (and vice verse for e.g. function prototypes). + Wed Jan 25 19:19:38 1995 John Gilmore (gnu at toad.com) Make it possible to #include "..." without using slashes, -- cgit