summaryrefslogtreecommitdiffstats
path: root/listen/opentracdump.c
diff options
context:
space:
mode:
Diffstat (limited to 'listen/opentracdump.c')
-rw-r--r--listen/opentracdump.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/listen/opentracdump.c b/listen/opentracdump.c
index 1b0bc26..25dbcf2 100644
--- a/listen/opentracdump.c
+++ b/listen/opentracdump.c
@@ -27,8 +27,6 @@ static unsigned char entity_ssid;
static unsigned int entity_serial;
static unsigned int entity_sequence;
-
-
static int extract_ssid(char *call)
{
/* Strip the SSID from the callsign and return it */
@@ -324,7 +322,6 @@ static int decode_gpsquality(unsigned char *element, int element_len)
return 0;
}
-
static int decode_acreg(unsigned char *element, int element_len)
{
char nnumber[9]; /* 0x35 Aircraft Registration - ASCII text */
@@ -353,7 +350,6 @@ static int decode_rivergauge(unsigned char *element, int element_len)
return 0;
}
-
static int decode_units(unsigned int unitnum, unsigned char *element,
int element_len)
{
@@ -434,7 +430,6 @@ static int decode_maidenhead(unsigned char *element, int element_len)
return 0;
}
-
static struct {
unsigned int element_id;
unsigned char min_size;
@@ -464,7 +459,6 @@ static struct {
{0x300, 0, 2, decode_hazmat},
{0, 0, 0, NULL}}, *element_decode_ptr;
-
/* Dump an OpenTRAC packet */
void opentrac_dump(unsigned char *data, int length, int hexdump)
{