Warning cleanup: implicit function declarations in butc and bucoord
authorMarc Dionne <marc.c.dionne@gmail.com>
Thu, 21 Jan 2010 02:03:08 +0000 (21:03 -0500)
committerDerrick Brashear <shadow|account-1000005@unknown>
Thu, 21 Jan 2010 19:48:23 +0000 (11:48 -0800)
commit7f1046896ee14d3e7ee6975e70cd1a9bb9f24736
treef33e1b98b0b879f749ac2a503d71f8d2d2397f3c
parent21cbf7fee0a089d94f62baa7df2422e7bc8293f7
Warning cleanup: implicit function declarations in butc and bucoord

Cleanup some prototype related warnings under bucoord and butc:
- Copy a few prototypes from bucoord_internal.h to bucoord_prototypes.h,
since they are used in other source directories
- Install bc.h under include/afs, and include it in tcmain.c
- Include bucoord_prototypes.h in tcmain.c
- Add a prototype for GetResponseKey
- Remove warning inhibition for tcmain.c, and entry in README.WARNINGS
- Remove warning inhibition for bucoord/dump.c (no entry in README)

Change-Id: I0a0ae92d3c7ba75e4a331bf59ea9c031763cc704
Reviewed-on: http://gerrit.openafs.org/1134
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
README.WARNINGS
src/bucoord/Makefile.in
src/bucoord/bucoord_prototypes.h
src/butc/Makefile.in
src/butc/butc_internal.h
src/butc/tcmain.c