From 23562a42a5a5d776330b42823fe844493b574830 Mon Sep 17 00:00:00 2001 From: Rolf Ahrenberg Date: Thu, 10 Feb 2011 13:14:03 +0200 Subject: Added support for renaming/moving recordings and for deleting multiple recordings at once. --- users.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'users.h') diff --git a/users.h b/users.h index b845352..fe4a0b0 100644 --- a/users.h +++ b/users.h @@ -19,7 +19,8 @@ enum eUserRights UR_STARTREPLAY, UR_SWITCHCHNL, UR_EDITSTIMERS, - UR_DELSTIMERS + UR_DELSTIMERS, + UR_EDITRECS }; // --- cUser -------------------------------------------------------- -- cgit v1.2.3