]> git.sur5r.net Git - c128-kasse/commit
fix prototypes
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 3 Nov 2016 08:55:46 +0000 (09:55 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 3 Nov 2016 08:55:46 +0000 (09:55 +0100)
commit3cdc0de1c9d9a6e85db0bbe8055c4998d6edf1a7
tree880a9946d4644df27358051771b3c9805df2fd8d
parent946fa5052f1d3cc4fc4077c380cb86ce4c566a00
fix prototypes

…to fix the build with cc65 2.15.0.git.1474623290.bc94d53

The deposit_credit prototype was lacking the char *input parameter.
All other prototypes needed an explicit “void” to signal that they are
not taking any parameters.
14 files changed:
include/c128time.h
include/config.h
include/credit_manager.h
include/general.h
include/kasse.h
include/print.h
src/c128time.c
src/cat.c
src/config.c
src/credit_manager.c
src/general.c
src/itemz.c
src/kasse.c
src/print.c