mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-08 09:36:02 -05:00
6 lines
205 B
C
6 lines
205 B
C
|
/* This is the header file for dstar_header.c, which is under the GPL. */
|
||
|
|
||
|
#ifndef _DSTAR_HEADER_H
|
||
|
#define _DSTAR_HEADER_H
|
||
|
void dstar_header_decode(int radioheaderbuffer[660]);
|
||
|
#endif /* _DSTAR_HEADER_H */
|