From 4974a170b09bf4a46a2f3b79102d01068fe8fa1c Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 5 Feb 2002 21:07:47 +0000 Subject: Fix minor disorder in functions declared in extern.h --- libexec/talkd/extern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/talkd/extern.h b/libexec/talkd/extern.h index 56edbd11c0ee..df4901df64dc 100644 --- a/libexec/talkd/extern.h +++ b/libexec/talkd/extern.h @@ -28,8 +28,8 @@ int announce(CTL_MSG *, const char *); int delete_invite(int); void do_announce(CTL_MSG *, CTL_RESPONSE *); -CTL_MSG *find_request(CTL_MSG *request); CTL_MSG *find_match(CTL_MSG *request); +CTL_MSG *find_request(CTL_MSG *request); int find_user(const char *name, char *tty); void insert_table(CTL_MSG *, CTL_RESPONSE *); int new_id(void); -- cgit v1.3