mirror of https://github.com/wb2osz/direwolf.git
16 lines
130 B
C
16 lines
130 B
C
|
|
||
|
|
||
|
#ifndef REDECODE_H
|
||
|
#define REDECODE_H 1
|
||
|
|
||
|
#include "rrbb.h"
|
||
|
|
||
|
|
||
|
extern void redecode_init (void);
|
||
|
|
||
|
|
||
|
#endif
|
||
|
|
||
|
/* end redecode.h */
|
||
|
|