summaryrefslogtreecommitdiff
path: root/recording.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-12-09 18:58:25 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2017-12-09 18:58:25 +0100
commit1492f6dbc4c237b750687a6c6dd41a0284a09229 (patch)
tree665c6591ce967651309fe3b589bd4e9e098f7202 /recording.h
parente757f10e440a160c9657b89b51388311d95ff123 (diff)
downloadvdr-1492f6dbc4c237b750687a6c6dd41a0284a09229.tar.gz
vdr-1492f6dbc4c237b750687a6c6dd41a0284a09229.tar.bz2
Implemented 'OSD/Sorting direction for recordings'
Diffstat (limited to 'recording.h')
-rw-r--r--recording.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/recording.h b/recording.h
index 200af45a..035983e2 100644
--- a/recording.h
+++ b/recording.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: recording.h 4.5 2017/04/03 13:31:16 kls Exp $
+ * $Id: recording.h 4.6 2017/12/09 14:11:16 kls Exp $
*/
#ifndef __RECORDING_H
@@ -526,6 +526,7 @@ bool GenerateIndex(const char *FileName, bool Update = false);
///< complete, and will be updated if it isn't. Otherwise an existing index
///< file will be removed before a new one is generated.
+enum eRecordingsSortDir { rsdAscending, rsdDescending };
enum eRecordingsSortMode { rsmName, rsmTime };
extern eRecordingsSortMode RecordingsSortMode;
bool HasRecordingsSortMode(const char *Directory);