]> git.sur5r.net Git - c128-kasse/commitdiff
Bugfix: Fix prototype for set_time()
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 31 Oct 2009 10:06:24 +0000 (11:06 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 31 Oct 2009 10:06:24 +0000 (11:06 +0100)
include/c128time.h

index adc6ffb384e65fe26a8ba8405c7b9a7fe8cda6af..039fcd25fa32ea9af839e4dbee0c98ec50d51d95 100644 (file)
@@ -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