summaryrefslogtreecommitdiff
path: root/apps/abrepeat.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/abrepeat.h')
-rw-r--r--apps/abrepeat.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/abrepeat.h b/apps/abrepeat.h
index 143e57b371..d7bed0a990 100644
--- a/apps/abrepeat.h
+++ b/apps/abrepeat.h
@@ -32,9 +32,11 @@
32#include "settings.h" 32#include "settings.h"
33#endif 33#endif
34 34
35void ab_repeat_init(void); 35void ab_repeat_init(void);
36#if 0 /* Currently unused */
36unsigned int ab_get_A_marker(void); 37unsigned int ab_get_A_marker(void);
37unsigned int ab_get_B_marker(void); 38unsigned int ab_get_B_marker(void);
39#endif /* if 0 */
38bool ab_before_A_marker(unsigned int song_position); 40bool ab_before_A_marker(unsigned int song_position);
39bool ab_after_A_marker(unsigned int song_position); 41bool ab_after_A_marker(unsigned int song_position);
40void ab_jump_to_A_marker(void); 42void ab_jump_to_A_marker(void);