diff options
author | anbr <vdr07@deltab.de> | 2010-12-26 18:24:16 +0100 |
---|---|---|
committer | anbr <vdr07@deltab.de> | 2010-12-26 18:24:16 +0100 |
commit | c1d1893712af186e2c5c1c2e9ce87d28b346f85a (patch) | |
tree | 3e0a3b08c94441dda089614efc41f7bb46a2bc1f /volname.h | |
parent | fa36276705a42018cb1432b2485e090abdc045e0 (diff) | |
download | vdr-plugin-dvdswitch-c1d1893712af186e2c5c1c2e9ce87d28b346f85a.tar.gz vdr-plugin-dvdswitch-c1d1893712af186e2c5c1c2e9ce87d28b346f85a.tar.bz2 |
Read name of volume to fill OSD with filename
Diffstat (limited to 'volname.h')
-rw-r--r-- | volname.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/volname.h b/volname.h new file mode 100644 index 0000000..01d81b1 --- /dev/null +++ b/volname.h @@ -0,0 +1,19 @@ +/* + * dvdswitch plugin for VDR (C++) + * + * (C) 2010 Andreas Brachold <vdr07 AT deltab de> + * + * This dvdswitch plugin is free software: you can redistribute it and/or + * modify it under the terms of the GNU General Public License as published + * by the Free Software Foundation, version 2 of the License. + * + * See the files README and COPYING for details. + * + */ + +#ifndef __VOLNAME_DVDSWITCH_H +#define __VOLNAME_DVDSWITCH_H + +int volname(const char* device, char* volname, size_t volsize); + +#endif // __VOLNAME_DVDSWITCH_H |