From: Michael Stapelberg Date: Sat, 31 Oct 2009 10:06:24 +0000 (+0100) Subject: Bugfix: Fix prototype for set_time() X-Git-Tag: rgb2rv6~11 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fed0f1530bc6fec2ac363b7f6e975c76190f095e;p=c128-kasse Bugfix: Fix prototype for set_time() --- diff --git a/include/c128time.h b/include/c128time.h index adc6ffb..039fcd2 100644 --- a/include/c128time.h +++ b/include/c128time.h @@ -1,5 +1,5 @@ #ifndef TIME_H_ #define TIME_H_ -void set_time(); +void set_time(BYTE hrs, BYTE min, BYTE sec); char *get_time(); #endif