summaryrefslogtreecommitdiffstats
path: root/ax25/axspawn.h
blob: 3d94dc29bb10c0f1ee4a6af9e4e3659996a9708f (plain)
1
2
3
4
5
6
7
8
#ifndef AXSPAWN_H
#define AXSPAWN_H

#define EXITDELAY	10
int write_ax25(char *s, int len, int kick);
int Strcasecmp(const char *s1, const char *s2);

#endif