summaryrefslogtreecommitdiff
path: root/plugin.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-04-14 11:51:13 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-04-14 11:51:13 +0200
commitb7181930c80a9040876e7eff7e05f0e006fb2369 (patch)
tree9acf19af88d9893c8f5a5481ef9bdaf4df67ce71 /plugin.h
parent6635a1d69eec06c994c4b08ba2d77300616b009b (diff)
downloadvdr-b7181930c80a9040876e7eff7e05f0e006fb2369.tar.gz
vdr-b7181930c80a9040876e7eff7e05f0e006fb2369.tar.bz2
Reintroduced the log message "deleting plugin: ..." when shutting down VDR
Diffstat (limited to 'plugin.h')
-rw-r--r--plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin.h b/plugin.h
index 2d9f9833..285d0dc2 100644
--- a/plugin.h
+++ b/plugin.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: plugin.h 1.10 2005/08/27 16:13:17 kls Exp $
+ * $Id: plugin.h 1.11 2006/04/14 11:42:48 kls Exp $
*/
#ifndef __PLUGIN_H
@@ -95,7 +95,7 @@ public:
static cPlugin *CallFirstService(const char *Id, void *Data = NULL);
static bool CallAllServices(const char *Id, void *Data = NULL);
void StopPlugins(void);
- void Shutdown(void);
+ void Shutdown(bool Log = false);
};
#endif //__PLUGIN_H