diff options
author | zwer <zwer@1f4bef6d-8e0a-0410-8695-e467da8aaccf> | 2006-01-24 12:54:00 +0000 |
---|---|---|
committer | zwer <zwer@1f4bef6d-8e0a-0410-8695-e467da8aaccf> | 2006-01-24 12:54:00 +0000 |
commit | b998c31e7e0f4f84b2f64c50093069c815772808 (patch) | |
tree | 7b65667843ea5db07766d23688f045d20140361c /config.h | |
download | vdr-plugin-ffnetdev-b998c31e7e0f4f84b2f64c50093069c815772808.tar.gz vdr-plugin-ffnetdev-b998c31e7e0f4f84b2f64c50093069c815772808.tar.bz2 |
FFNetDev-Plugin
git-svn-id: svn://svn.berlios.de/ffnetdev/trunk@1 1f4bef6d-8e0a-0410-8695-e467da8aaccf
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/config.h b/config.h new file mode 100644 index 0000000..d10b02c --- /dev/null +++ b/config.h @@ -0,0 +1,14 @@ +#ifndef __FFNETDEVCONFIG_H +#define __FFNETDEVCONFIG_H + + +struct sFFNetDevConfig { + int iAutoSetPrimaryDVB; +}; + +extern sFFNetDevConfig config; + +// #define DEBUG + +#endif //__FFNETDEVCONFIG_H + |