From 910d9fe22770d744f88eb42762ec678e4e0a16de Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 29 Apr 2006 18:21:14 +0000 Subject: Fix a small typo --- tools/hciattach.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/hciattach.c') diff --git a/tools/hciattach.c b/tools/hciattach.c index 885f202d..08b28f45 100644 --- a/tools/hciattach.c +++ b/tools/hciattach.c @@ -821,7 +821,7 @@ static int st(int fd, struct uart_t *u, struct termios *ti) return 0; } -extern stlc2500_init(int fd); +extern int stlc2500_init(int fd); static int stlc2500(int fd, struct uart_t *u, struct termios *ti) { -- cgit