Move a few prototypes and static'ed a few functions 97/head
authorBob Little <Bob.Little@aeronix.com>
Sat, 17 Jun 2017 22:19:09 +0000 (18:19 -0400)
committerBob Little <Bob.Little@aeronix.com>
Sat, 17 Jun 2017 22:19:09 +0000 (18:19 -0400)
commita3485d2a41ae0360177c8b475972610025aec8f3
treead99cea320867dfacd7e51eb135534238e82dc10
parent14c83ede8e872d7e19b765d00549237bf990b870
Move a few prototypes and static'ed a few functions

Moved prototypes for initialise() and action() from main.c to advent.h
Made the following functions static, so they wouldn't require prototypes:
   sig_handler (main.c)
   spotted_by_pirate (main.c)
   light (actions.c)
Makefile
actions.c
advent.h
main.c