SP8EBC-ParaTNC/system/include/aprs/digi.h

28 wiersze
325 B
C

/*
* digi.h
*
* Created on: 28.05.2017
* Author: mateusz
*/
#ifndef INCLUDE_APRS_DIGI_H_
#define INCLUDE_APRS_DIGI_H_
#include "aprs/ax25.h"
#define DIGI_PACKET_TOO_LONG -1
#ifdef __cplusplus
extern "C"
{
#endif
char Digi(struct AX25Msg *msg);
#ifdef __cplusplus
}
#endif
#endif /* INCLUDE_APRS_DIGI_H_ */