Make it possible to #include "..." without using slashes,
authorJohn Gilmore <gnu@toad.com>
Thu, 26 Jan 1995 03:30:12 +0000 (03:30 +0000)
committerJohn Gilmore <gnu@toad.com>
Thu, 26 Jan 1995 03:30:12 +0000 (03:30 +0000)
commitdd33bada5dc48f17a8fd78fa2cbd0e22e8d0fee3
tree7507592acfcdd648482ea82b6d6834ff4ce412bc
parentba9bf9a0784e0171f68152c41a9cd4e6ea4af584
Make it possible to #include "..." without using slashes,
for Macintosh support.

* krb5.h:  New file, the externally visible interface to
Kerberos V5.  Currently the whole kitchen sink, to bootstrap.
* k5-int.h:  New file, the internally visible declarations
needed by source files that are part of the Kerberos V5 library
itself.  Currently the same whole kitchen sink, to bootstrap.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4845 dc483132-0cff-0310-8789-dd5450dbe970
src/include/ChangeLog
src/include/k5-int.h [new file with mode: 0644]
src/include/krb5.h [new file with mode: 0644]