summaryrefslogtreecommitdiff
path: root/server/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/connection.h')
-rw-r--r--server/connection.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/server/connection.h b/server/connection.h
index 6239c28..7979e35 100644
--- a/server/connection.h
+++ b/server/connection.h
@@ -1,5 +1,5 @@
/*
- * $Id: connection.h,v 1.5.2.2 2009/02/13 10:39:42 schmirl Exp $
+ * $Id: connection.h,v 1.5.2.3 2009/09/18 10:41:11 schmirl Exp $
*/
#ifndef VDR_STREAMDEV_SERVER_CONNECTION_H
@@ -41,6 +41,8 @@ protected:
virtual bool Respond(const char *Message, bool Last = true, ...);
//__attribute__ ((format (printf, 2, 4)));
+ static const cChannel *ChannelFromString(const char *String, int *Apid = NULL);
+
public:
/* If you derive, specify a short string such as HTTP for Protocol, which
will be displayed in error messages */