mirror of
https://github.com/g8bpq/QtSoundModem.git
synced 2025-04-08 16:01:08 +02:00
15 lines
156 B
C
15 lines
156 B
C
|
|
|
|
#ifndef REDECODE_H
|
|
#define REDECODE_H 1
|
|
|
|
#include "rrbb.h"
|
|
|
|
|
|
extern void redecode_init (struct audio_s *p_audio_config);
|
|
|
|
|
|
#endif
|
|
|
|
/* end redecode.h */
|
|
|