Add krb5int_accessor() to access internal krb5 functions from outside
authorDanilo Almeida <dalmeida@mit.edu>
Wed, 19 Jul 2000 17:11:09 +0000 (17:11 +0000)
committerDanilo Almeida <dalmeida@mit.edu>
Wed, 19 Jul 2000 17:11:09 +0000 (17:11 +0000)
commitcb8bbad1e5e53983b6c2c1804d99611cc5ca2ea5
tree6ce88005b1f8e41b7167456014d2f26515144687
parentecedff5421ef2381ce7b6855a123c4f6583776d7
Add krb5int_accessor() to access internal krb5 functions from outside
the library (so that we don't have to export them for the krb525 and
gssapi libraries).  The goal is to make this function eventually do
nothing.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12560 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/os/ChangeLog
src/lib/krb5/os/Makefile.in
src/lib/krb5/os/accessor.c [new file with mode: 0644]