summaryrefslogtreecommitdiff
path: root/epgd.h
diff options
context:
space:
mode:
Diffstat (limited to 'epgd.h')
-rw-r--r--epgd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epgd.h b/epgd.h
index 46a0eaa..0e9f912 100644
--- a/epgd.h
+++ b/epgd.h
@@ -141,7 +141,7 @@ class cEpgd : public cFrame, public cSystemNotification
static int doShutDown() { return shutdown; }
int wakeupVdr(const char* uuid);
- int triggerVdrs(const char* trg, const char* options = "");
+ int triggerVdrs(const char* trg, const char* plug = 0, const char* options = 0);
int __attribute__ ((format(printf, 5, 6))) message(int level, char type, const char* title, const char* format, ...);
int sendTccMail(string& mailBody);
int sendTccTestMail();