diff options
author | schmirl <schmirl> | 2009-09-30 10:02:26 +0000 |
---|---|---|
committer | schmirl <schmirl> | 2009-09-30 10:02:26 +0000 |
commit | e0f60bbd8153191c9f89d7d1c3c62ea71634a34b (patch) | |
tree | 07773b7051bff4ed30264d5731f51fe43be7ab67 /common.h | |
parent | 7ea2353728b0474b0829a0bf98b8d2332753787e (diff) | |
download | vdr-plugin-streamdev-e0f60bbd8153191c9f89d7d1c3c62ea71634a34b.tar.gz vdr-plugin-streamdev-e0f60bbd8153191c9f89d7d1c3c62ea71634a34b.tar.bz2 |
adapted and included xmbc patch for VDR 1.4.x
Modified Files:
Tag: v0_4
CONTRIBUTORS HISTORY Makefile common.h server/connectionVTP.c
server/connectionVTP.h
Added Files:
Tag: v0_4
server/recplayer.c server/recplayer.h
Diffstat (limited to 'common.h')
-rw-r--r-- | common.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ /* - * $Id: common.h,v 1.11.2.1 2009/09/18 10:41:11 schmirl Exp $ + * $Id: common.h,v 1.11.2.2 2009/09/30 10:02:26 schmirl Exp $ */ #ifndef VDR_STREAMDEV_COMMON_H @@ -53,6 +53,7 @@ enum eSocketId { siLive, siReplay, siLiveFilter, + siDataRespond, si_Count }; |