kinect_upload_fw: fix -Wmissing-prototypes warning
authorAntonio Ospite <ospite@studenti.unina.it>
Thu, 29 Sep 2011 21:05:58 +0000 (23:05 +0200)
committerAntonio Ospite <ospite@studenti.unina.it>
Thu, 29 Sep 2011 21:40:12 +0000 (23:40 +0200)
commit02e18316d400a4b4fcc26f2e180de5d521721f4d
tree579df4af8436954574003a03ab1605b30561e527
parentc7bd1ac5b92c4516d3186ad3218b45c60de8b01f
kinect_upload_fw: fix -Wmissing-prototypes warning

kinect_upload_fw.c:60:6: warning: no previous prototype for ‘dump_bl_cmd’ [-Wmissing-prototypes]
kinect_upload_fw.c:67:5: warning: no previous prototype for ‘get_first_reply’ [-Wmissing-prototypes]
kinect_upload_fw.c:86:5: warning: no previous prototype for ‘get_reply’ [-Wmissing-prototypes]

GCC emits "missing-prototypes" argument for _public_ functions without a
prototype, making them static is the right fix here.
kinect_upload_fw/kinect_upload_fw.c