Skip to content

Move a few prototypes and static'ed a few functions

username-removed-1379448 requested to merge (removed):master into master

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)

Merge request reports