mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@27 e54a6e83-5905-42d5-8d5c-058d10e6a962
7 lines
95 B
C++
7 lines
95 B
C++
#ifndef READER_THREAD_HPP_
|
|
#define READER_THREAD_HPP_
|
|
|
|
void* reader_thread(void *arg);
|
|
|
|
#endif
|