GNU Radio's DSD Package
dstar_header.h
Go to the documentation of this file.
1 /* This is the header file for dstar_header.c, which is under the GPL. */
2 
3 #ifndef _DSTAR_HEADER_H
4 #define _DSTAR_HEADER_H
5 void dstar_header_decode(int radioheaderbuffer[660]);
6 #endif /* _DSTAR_HEADER_H */
void dstar_header_decode(int radioheaderbuffer[660])