X-Git-Url: https://git.sur5r.net/?p=c128-kasse;a=blobdiff_plain;f=include%2Fc128time.h;h=a53d2688d52dec8c9a875e54703cb596f2be96dd;hp=039fcd25fa32ea9af839e4dbee0c98ec50d51d95;hb=3cdc0de1c9d9a6e85db0bbe8055c4998d6edf1a7;hpb=946fa5052f1d3cc4fc4077c380cb86ce4c566a00 diff --git a/include/c128time.h b/include/c128time.h index 039fcd2..a53d268 100644 --- a/include/c128time.h +++ b/include/c128time.h @@ -1,5 +1,5 @@ #ifndef TIME_H_ #define TIME_H_ void set_time(BYTE hrs, BYTE min, BYTE sec); -char *get_time(); +char *get_time(void); #endif