From fed0f1530bc6fec2ac363b7f6e975c76190f095e Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sat, 31 Oct 2009 11:06:24 +0100 Subject: [PATCH] Bugfix: Fix prototype for set_time() --- include/c128time.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5