summaryrefslogtreecommitdiffstats
path: root/kernel_ax25.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel_ax25.h')
-rw-r--r--kernel_ax25.h23
1 files changed, 12 insertions, 11 deletions
diff --git a/kernel_ax25.h b/kernel_ax25.h
index 093ffb2..e1b6abb 100644
--- a/kernel_ax25.h
+++ b/kernel_ax25.h
@@ -1,20 +1,20 @@
-/* Copyright (C) 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1997, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public License as
- published by the Free Software Foundation; either version 2 of the
- License, or (at your option) any later version.
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
The GNU C Library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Library General Public License for more details.
+ Lesser General Public License for more details.
- You should have received a copy of the GNU Library General Public
- License along with the GNU C Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ You should have received a copy of the GNU Lesser General Public
+ License along with the GNU C Library; if not, write to the Free
+ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+ 02111-1307 USA. */
#ifndef _NETAX25_AX25_H
#define _NETAX25_AX25_H 1
@@ -33,6 +33,7 @@
#define AX25_N2 3
#define AX25_BACKOFF 6
#define AX25_EXTSEQ 7
+#define AX25_PIDINCL 8
#define AX25_IDLE 9
#define AX25_PACLEN 10
#define AX25_IPMAXQUEUE 11
@@ -109,7 +110,7 @@ struct ax25_ctl_struct
ax25_address digi_addr[AX25_MAX_DIGIS];
};
-struct ax25_info_struct
+struct ax25_info_struct
{
unsigned int n2, n2count;
unsigned int t1, t1timer;
@@ -120,7 +121,7 @@ struct ax25_info_struct
unsigned int rcv_q, snd_q;
};
-struct ax25_fwd_struct
+struct ax25_fwd_struct
{
ax25_address port_from;
ax25_address port_to;