Eliminate silly call() routine that fakes up internal calls as if
authorguenther <guenther@openbsd.org>
Sun, 20 Jul 2014 12:08:55 +0000 (12:08 +0000)
committerguenther <guenther@openbsd.org>
Sun, 20 Jul 2014 12:08:55 +0000 (12:08 +0000)
commitac1fbb3e33bad222b0ab76098bdafbd9fff40604
treea11c5785a2c90eae09402aef1c3519ac31cd4922
parent9efa409c2b47a497849e954a701e9710b5040aa1
Eliminate silly call() routine that fakes up internal calls as if
the user typed in undocumented arguments by splitting two functions
and doing normal (shock!) C calls.

Move extern declarations to externs.h
Eliminate another function cast
usr.bin/telnet/commands.c
usr.bin/telnet/externs.h
usr.bin/telnet/sys_bsd.c
usr.bin/telnet/terminal.c
usr.bin/telnet/utilities.c