summaryrefslogtreecommitdiffstats
path: root/usr.bin/tip/tip/cmds.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tip/tip/cmds.c')
-rw-r--r--usr.bin/tip/tip/cmds.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tip/tip/cmds.c b/usr.bin/tip/tip/cmds.c
index ec57346..10198ba 100644
--- a/usr.bin/tip/tip/cmds.c
+++ b/usr.bin/tip/tip/cmds.c
@@ -725,7 +725,7 @@ tiplink (char *cmd, unsigned int flags)
* 1 <-> remote tty out
* 2 <-> local tty out
*/
-void
+int
consh(c)
{
char buf[256];
@@ -733,6 +733,7 @@ consh(c)
if (prompt("Local command? ", buf, sizeof(buf)))
return;
tiplink (buf, TL_SIGNAL_TIPOUT | TL_VERBOSE);
+ return 0;
}
#endif
OpenPOWER on IntegriCloud