diff options
Diffstat (limited to 'include/net/x25.h')
-rw-r--r-- | include/net/x25.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/net/x25.h b/include/net/x25.h index 7a1ba5bbb868..9dd70dd4a9b7 100644 --- a/include/net/x25.h +++ b/include/net/x25.h | |||
@@ -134,7 +134,7 @@ struct x25_sock { | |||
134 | struct sock sk; | 134 | struct sock sk; |
135 | struct x25_address source_addr, dest_addr; | 135 | struct x25_address source_addr, dest_addr; |
136 | struct x25_neigh *neighbour; | 136 | struct x25_neigh *neighbour; |
137 | unsigned int lci; | 137 | unsigned int lci, cudmatchlength; |
138 | unsigned char state, condition, qbitincl, intflag; | 138 | unsigned char state, condition, qbitincl, intflag; |
139 | unsigned short vs, vr, va, vl; | 139 | unsigned short vs, vr, va, vl; |
140 | unsigned long t2, t21, t22, t23; | 140 | unsigned long t2, t21, t22, t23; |
@@ -242,7 +242,6 @@ extern int x25_validate_nr(struct sock *, unsigned short); | |||
242 | extern void x25_write_internal(struct sock *, int); | 242 | extern void x25_write_internal(struct sock *, int); |
243 | extern int x25_decode(struct sock *, struct sk_buff *, int *, int *, int *, int *, int *); | 243 | extern int x25_decode(struct sock *, struct sk_buff *, int *, int *, int *, int *, int *); |
244 | extern void x25_disconnect(struct sock *, int, unsigned char, unsigned char); | 244 | extern void x25_disconnect(struct sock *, int, unsigned char, unsigned char); |
245 | extern int x25_check_calluserdata(struct x25_calluserdata *,struct x25_calluserdata *); | ||
246 | 245 | ||
247 | /* x25_timer.c */ | 246 | /* x25_timer.c */ |
248 | extern void x25_start_heartbeat(struct sock *); | 247 | extern void x25_start_heartbeat(struct sock *); |