forked from oe5hpm/openBCM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ax_util.h
32 lines (24 loc) · 1.02 KB
/
ax_util.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/***************************************************************
BayCom(R) Packet-Radio fuer IBM PC
OpenBCM-Mailbox
-----------------------------------------------
Deklarationen fuer AX.25-Konvertierungsroutinen
-----------------------------------------------
Copyright (C) Florian Radlherr
Taubenbergstr. 32
83627 Warngau
Alle Rechte vorbehalten / All Rights Reserved
***************************************************************/
void putcall (byte *rufz, int stern);
void putclist (byte *af);
int readcall (char *bf, byte *axcall);
int readclist (char *bf, byte *axlist, int maxanzahl);
void callcopy (byte *, byte *);
int callcmp (byte *, byte *);
int callcmp1 (byte *, byte *);
int callwildcmp (byte *call1, byte *call2);
void callasc (byte *rufz, char *buf);
void onlycall (byte *rufz, char *buf);
int callord (byte *call1, byte *call2, int wildcard);
int callok (byte *call);
int ischannel (byte *call);