QtSoundModem/redecode.h
John Wiseman 2033a940a2 0.0.0.67
2023-09-02 11:56:09 +01:00

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 */