|
a/src/rcvqueue.h |
|
b/src/rcvqueue.h |
|
... |
|
... |
74 |
/** Worker routine for fetching bufs from the rcvqueue and sending them
|
74 |
/** Worker routine for fetching bufs from the rcvqueue and sending them
|
75 |
* further. The param is actually an AudioEater::Context */
|
75 |
* further. The param is actually an AudioEater::Context */
|
76 |
void *(*worker)(void *);
|
76 |
void *(*worker)(void *);
|
77 |
};
|
77 |
};
|
78 |
|
78 |
|
|
|
79 |
extern void copyswap(unsigned char *dest, const unsigned char *src,
|
|
|
80 |
unsigned int bytes, unsigned int bits);
|
|
|
81 |
|
79 |
extern AudioEater httpAudioEater;
|
82 |
extern AudioEater httpAudioEater;
|
80 |
extern AudioEater alsaAudioEater;
|
83 |
extern AudioEater alsaAudioEater;
|
81 |
|
84 |
|
82 |
#endif /* _RCVQUEUE_H_INCLUDED_ */
|
85 |
#endif /* _RCVQUEUE_H_INCLUDED_ */
|