diff options
Diffstat (limited to 'command/markad-standalone.h')
-rw-r--r-- | command/markad-standalone.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/command/markad-standalone.h b/command/markad-standalone.h index 0ef14ef..0787683 100644 --- a/command/markad-standalone.h +++ b/command/markad-standalone.h @@ -218,7 +218,8 @@ unsigned Descriptor_Length: int chkLEFT; int chkRIGHT; - void CheckIndex(); + void CheckBroadcastLength(); + bool CheckIndexGrowing(); char *indexFile; int sleepcnt; @@ -229,6 +230,7 @@ unsigned Descriptor_Length: bool bBackupMarks; clMarks marks; char *IndexToHMSF(int Index); + void CalculateStopPosition(int startframe); void CheckFirstMark(); void CheckLastMark(); void CheckStartStop(int lastiframe); |