#ifndef DVBSUB_THREAD_HPP_ #define DVBSUB_THREAD_HPP_ #include void* dvbsub_thread(void* arg); #endif