summaryrefslogtreecommitdiffstats
path: root/usr.bin/talk/look_up.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/talk/look_up.c')
-rw-r--r--usr.bin/talk/look_up.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/talk/look_up.c b/usr.bin/talk/look_up.c
index 1ff1477..1ccf23c 100644
--- a/usr.bin/talk/look_up.c
+++ b/usr.bin/talk/look_up.c
@@ -53,7 +53,7 @@ static const char sccsid[] = "@(#)look_up.c 8.1 (Berkeley) 6/6/93";
* See if the local daemon has an invitation for us.
*/
int
-check_local()
+check_local(void)
{
CTL_RESPONSE response;
CTL_RESPONSE *rp = &response;
@@ -106,8 +106,7 @@ check_local()
* Look for an invitation on 'machine'
*/
int
-look_for_invite(rp)
- CTL_RESPONSE *rp;
+look_for_invite(CTL_RESPONSE *rp)
{
current_state = "Checking for invitation on caller's machine";
ctl_transact(his_machine_addr, msg, LOOK_UP, rp);
OpenPOWER on IntegriCloud