qtsoundmodem/redecode.h

16 lines
156 B
C
Raw Normal View History

2023-09-12 21:38:15 +01:00
#ifndef REDECODE_H
#define REDECODE_H 1
#include "rrbb.h"
extern void redecode_init (struct audio_s *p_audio_config);
#endif
/* end redecode.h */