diff options
author | imp <imp@FreeBSD.org> | 2002-02-05 21:07:47 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2002-02-05 21:07:47 +0000 |
commit | 31898ce15f5d4ffc3a4deae6238e274e853a26c8 (patch) | |
tree | 2593f4d23528d400d891d05b166adadae1c2f532 /libexec/talkd | |
parent | 9d4730cf181e1e1c69ac119ab18ae3ae3ac0f0d6 (diff) | |
download | FreeBSD-src-31898ce15f5d4ffc3a4deae6238e274e853a26c8.zip FreeBSD-src-31898ce15f5d4ffc3a4deae6238e274e853a26c8.tar.gz |
Fix minor disorder in functions declared in extern.h
Diffstat (limited to 'libexec/talkd')
-rw-r--r-- | libexec/talkd/extern.h | 2 |
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); |