X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ftape.h;h=5243f26845d1f7671b9419c61a1d53ce1eb3f24c;hp=fe636495df8b07380d58bb0fe4ce6c775ddb3023;hb=4a8368abd71c718621838773eed914b5bbd4e1d8;hpb=9401cea7061b513534a3244edd8944e852a28c7b diff --git a/src/tape.h b/src/tape.h index fe636495..5243f268 100644 --- a/src/tape.h +++ b/src/tape.h @@ -138,6 +138,9 @@ void DrawCompleteVideoDisplay(void); void TapeDeactivateDisplayOn(); void TapeDeactivateDisplayOff(boolean); +void TapeSetDateFromEpochSeconds(time_t); +void TapeSetDateFromNow(); + void TapeStartRecording(long); void TapeHaltRecording(void); void TapeStopRecording(void);