diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2000-04-24 13:54:23 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2000-04-24 13:54:23 +0200 |
commit | 8a84f6b751f54b71f2476beef2eec10a9c919f36 (patch) | |
tree | 6ac7cba9fc3442720df93ad8232e6c1633d53981 /dvbapi.h | |
parent | 61a20a36de5bf3b96c28a89d61f45ca58ec3d360 (diff) | |
download | vdr-8a84f6b751f54b71f2476beef2eec10a9c919f36.tar.gz vdr-8a84f6b751f54b71f2476beef2eec10a9c919f36.tar.bz2 |
Improved process handling
Diffstat (limited to 'dvbapi.h')
-rw-r--r-- | dvbapi.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: dvbapi.h 1.6 2000/04/24 09:44:21 kls Exp $ + * $Id: dvbapi.h 1.7 2000/04/24 10:46:47 kls Exp $ */ #ifndef __DVBAPI_H @@ -96,7 +96,6 @@ private: int fromRecord, toRecord; int fromReplay, toReplay; void SetReplayMode(int Mode); - void KillProcess(pid_t pid); public: bool Recording(void); // Returns true if we are currently recording. |