summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2002-02-05 21:07:47 +0000
committerWarner Losh <imp@FreeBSD.org>2002-02-05 21:07:47 +0000
commit4974a170b09bf4a46a2f3b79102d01068fe8fa1c (patch)
tree2593f4d23528d400d891d05b166adadae1c2f532
parent0b67b493a9e20a8b409768d7fee894ecfe720c1b (diff)
Notes
-rw-r--r--libexec/talkd/extern.h2
1 files changed, 1 insertions, 1 deletions
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);