Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45214
b: refs/heads/master
c: 7f18ba6
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and David S. Miller committed Jan 4, 2007
1 parent 24847d4 commit 7d7c931
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5e7c001c6279f38b15fef5369496fe1043765727
refs/heads/master: 7f18ba6248625a587559ed1206d12ccaa3ad045e
1 change: 1 addition & 0 deletions trunk/include/net/x25.h
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ extern int x25_decode(struct sock *, struct sk_buff *, int *, int *, int *, int
extern void x25_disconnect(struct sock *, int, unsigned char, unsigned char);

/* x25_timer.c */
extern void x25_init_timers(struct sock *sk);
extern void x25_start_heartbeat(struct sock *);
extern void x25_start_t2timer(struct sock *);
extern void x25_start_t21timer(struct sock *);
Expand Down
2 changes: 0 additions & 2 deletions trunk/net/x25/af_x25.c
Original file line number Diff line number Diff line change
Expand Up @@ -484,8 +484,6 @@ static struct sock *x25_alloc_socket(void)
return sk;
}

void x25_init_timers(struct sock *sk);

static int x25_create(struct socket *sock, int protocol)
{
struct sock *sk;
Expand Down

0 comments on commit 7d7c931

Please sign in to comment.