about to try to use unprotoize (in gccdev) to convert to old K&R style
authorBarry Jaspan <bjaspan@mit.edu>
Fri, 19 Jan 1990 14:17:30 +0000 (14:17 +0000)
committerBarry Jaspan <bjaspan@mit.edu>
Fri, 19 Jan 1990 14:17:30 +0000 (14:17 +0000)
commit46f28ca23650e77aa59dd7b4d75e7481823dca95
treecd933bdc1d2aff63fc5c01034a8a415dbfd1ecb4
parentcd6b6ac10f96cfb097b89e89866f26a894060ca2
about to try to use unprotoize (in gccdev) to convert to old K&R style
function declarations

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@138 dc483132-0cff-0310-8789-dd5450dbe970
15 files changed:
src/lib/krb5/ccache/file/fcc.h [new file with mode: 0644]
src/lib/krb5/ccache/file/fcc_close.c [new file with mode: 0644]
src/lib/krb5/ccache/file/fcc_defnam.c [new file with mode: 0644]
src/lib/krb5/ccache/file/fcc_destry.c [new file with mode: 0644]
src/lib/krb5/ccache/file/fcc_eseq.c [new file with mode: 0644]
src/lib/krb5/ccache/file/fcc_gennew.c [new file with mode: 0644]
src/lib/krb5/ccache/file/fcc_getnam.c [new file with mode: 0644]
src/lib/krb5/ccache/file/fcc_gprin.c [new file with mode: 0644]
src/lib/krb5/ccache/file/fcc_init.c [new file with mode: 0644]
src/lib/krb5/ccache/file/fcc_nseq.c [new file with mode: 0644]
src/lib/krb5/ccache/file/fcc_read.c [new file with mode: 0644]
src/lib/krb5/ccache/file/fcc_reslv.c [new file with mode: 0644]
src/lib/krb5/ccache/file/fcc_retrv.c [new file with mode: 0644]
src/lib/krb5/ccache/file/fcc_sseq.c [new file with mode: 0644]
src/lib/krb5/ccache/file/fcc_store.c [new file with mode: 0644]