diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2003-04-27 14:23:30 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-04-27 14:23:30 +0200 |
commit | 3874eab49bfc8b73ebdf02ca702ee8bf0983adff (patch) | |
tree | 7690cf5bd08937693f102f7c97294f0fc2764a79 /svdrp.h | |
parent | 007c4a5a012b5e2e5ab28175ca6376eb763dd494 (diff) | |
download | vdr-3874eab49bfc8b73ebdf02ca702ee8bf0983adff.tar.gz vdr-3874eab49bfc8b73ebdf02ca702ee8bf0983adff.tar.bz2 |
New SVDRP command STAT
Diffstat (limited to 'svdrp.h')
-rw-r--r-- | svdrp.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: svdrp.h 1.18 2002/11/30 14:36:04 kls Exp $ + * $Id: svdrp.h 1.19 2003/04/27 14:09:59 kls Exp $ */ #ifndef __SVDRP_H @@ -73,6 +73,7 @@ private: void CmdNEWT(const char *Option); void CmdNEXT(const char *Option); void CmdPUTE(const char *Option); + void CmdSTAT(const char *Option); void CmdUPDT(const char *Option); void CmdVOLU(const char *Option); void Execute(char *Cmd); |