libdvbv5: make dvb_desc_default_init and dvb_desc_default_print private
authorAndré Roth <neolynx@gmail.com>
Sun, 30 Mar 2014 16:21:13 +0000 (13:21 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Mon, 31 Mar 2014 19:54:11 +0000 (16:54 -0300)
commit30c994e37aaefd1cf47a7518d511336d57c970c3
tree55e0b11f96175cb30eb78e4bb9a951715946dcfd
parentedb1edaecba3c8a65d2109107c4192659251f739
libdvbv5: make dvb_desc_default_init and dvb_desc_default_print private

dvb_desc_default_init and dvb_desc_default_print are used
internaly only, remove them from the header file.
add extern "C" to the parser functions, so they can be used
from C++ directly.

Signed-off-by: André Roth <neolynx@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
lib/include/libdvbv5/descriptors.h
lib/libdvbv5/descriptors.c