fcc-proto.h: Change use of PROTOTYPE to KRB5_PROTOTYPE.
authorTheodore Tso <tytso@mit.edu>
Wed, 12 Jun 1996 05:07:08 +0000 (05:07 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 12 Jun 1996 05:07:08 +0000 (05:07 +0000)
commit57a17e61e437816611b3803ab73524fcf6398a1d
treea533beab663cb93af9f858f505e92d3c9f0d3612
parent8650eef949157a1219d00b381fb0fc44811a58e7
fcc-proto.h: Change use of PROTOTYPE to KRB5_PROTOTYPE.
Change use of INTERFACE to KRB5_CALLCONV and KRB5_DLLIMP.

fcc-getnam.c: Change use of INTERFACE to KRB5_CALLCONV and
KRB5_DLLIMP, since fcc_getname returns a char * and the old INTERFACE
method bombs out when the return type contains an indirection.

fcc_read.c:
fcc_ops.c: Change _WINDOWS to _MSDOS, and add check for _WIN32.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8312 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/ccache/file/ChangeLog
src/lib/krb5/ccache/file/fcc-proto.h
src/lib/krb5/ccache/file/fcc_getnam.c
src/lib/krb5/ccache/file/fcc_ops.c
src/lib/krb5/ccache/file/fcc_read.c