summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 56edbd1..df4901d 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);
OpenPOWER on IntegriCloud