diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-05-22 00:32:28 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-05-22 00:32:28 +0000 |
commit | 58c97f7cdef76717e7aa647b53802e01b0940f1e (patch) | |
tree | e0374813e92c61dd3357b1b659a51c1aa4d2d2b4 /libexec/talkd/talkd.h | |
parent | 7a7f829e3b8ea26b2b83a7661c0ee661b2f94cc3 (diff) |
strlcpy sprinkling
Diffstat (limited to 'libexec/talkd/talkd.h')
-rw-r--r-- | libexec/talkd/talkd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/talkd/talkd.h b/libexec/talkd/talkd.h index bf25785b5c9..459f13abba1 100644 --- a/libexec/talkd/talkd.h +++ b/libexec/talkd/talkd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: talkd.h,v 1.5 2002/02/16 21:27:31 millert Exp $ */ +/* $OpenBSD: talkd.h,v 1.6 2002/05/22 00:32:27 deraadt Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. @@ -48,7 +48,7 @@ int delete_invite(int); /* process.c */ void process_request( CTL_MSG *, CTL_RESPONSE *); void do_announce(CTL_MSG *, CTL_RESPONSE *); -int find_user(char *name, char *tty); +int find_user(char *name, char *tty, int ttyl); /* announce.c */ int announce(CTL_MSG *,char *); |