diff options
author | Johns <johns98@gmx.net> | 2013-01-05 22:48:01 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2013-01-05 22:48:01 +0100 |
commit | b24409323df32cfdb10f45f1705c59abb25e5041 (patch) | |
tree | 49f8b2515d8c66ed6f71317cb94bd07e8820bef1 /softhddevice.cpp | |
parent | 9ec27160264b831a3953f11fbf86af432e19f28e (diff) | |
download | vdr-plugin-softhddevice-b24409323df32cfdb10f45f1705c59abb25e5041.tar.gz vdr-plugin-softhddevice-b24409323df32cfdb10f45f1705c59abb25e5041.tar.bz2 |
Fix detach and attach bug.
Diffstat (limited to 'softhddevice.cpp')
-rw-r--r-- | softhddevice.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/softhddevice.cpp b/softhddevice.cpp index 01cb305..24095a4 100644 --- a/softhddevice.cpp +++ b/softhddevice.cpp @@ -1542,7 +1542,7 @@ static void NewPip(int channel_nr) /** ** Stop PIP. */ -static void DelPip(void) +extern "C" void DelPip(void) { fprintf(stderr, "pip: stopped\n"); |