summaryrefslogtreecommitdiff
path: root/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'state.h')
-rw-r--r--state.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/state.h b/state.h
index 67cdb66..4c74ee3 100644
--- a/state.h
+++ b/state.h
@@ -159,7 +159,8 @@ public:
tEvent GetFollowingEvent();
tReplayState GetReplayState();
bool IsRecording(int CardNumber);
- std::string Recordings(int CardNumber);
+ std::string Recordings(int CardNumber, int selector);
+ int NumRecordings(int CardNumber);
tOsdState GetOsdState();
void ResetOsdStateScroll();
tVolumeState GetVolumeState();