diff options
Diffstat (limited to 'ax25ipd')
-rw-r--r-- | ax25ipd/ax25ipd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ax25ipd/ax25ipd.h b/ax25ipd/ax25ipd.h index 58541cb..c6c6099 100644 --- a/ax25ipd/ax25ipd.h +++ b/ax25ipd/ax25ipd.h @@ -176,7 +176,6 @@ unsigned short int compute_crc(unsigned char *, int); int ok_crc(unsigned char *, int); /* ax25ipd.c */ -int main(int, char **); void hupper(int); void usr1_handler(int); void int_handler(int); |