summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ngctl/ngctl.h
diff options
context:
space:
mode:
authorarchie <archie@FreeBSD.org>2000-06-20 18:51:38 +0000
committerarchie <archie@FreeBSD.org>2000-06-20 18:51:38 +0000
commitf1f4c483fe069bb5205af783ab7286e199e13e50 (patch)
treee85629626ce2b0c48a89acc911fe5678c322aa32 /usr.sbin/ngctl/ngctl.h
parent7743e6b8d993b6eacfeb5fda55117dcb76bdba9c (diff)
downloadFreeBSD-src-f1f4c483fe069bb5205af783ab7286e199e13e50.zip
FreeBSD-src-f1f4c483fe069bb5205af783ab7286e199e13e50.tar.gz
When the 'msg' command is used from the command line, check for a
synchronous reply, and display it (if any) before exiting. Requested by: phk
Diffstat (limited to 'usr.sbin/ngctl/ngctl.h')
-rw-r--r--usr.sbin/ngctl/ngctl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/ngctl/ngctl.h b/usr.sbin/ngctl/ngctl.h
index 1baced7..b66e74b 100644
--- a/usr.sbin/ngctl/ngctl.h
+++ b/usr.sbin/ngctl/ngctl.h
@@ -93,3 +93,7 @@ extern const struct ngcmd quit_cmd;
/* Data and control sockets */
extern int csock, dsock;
+/* Misc functions */
+extern void MsgRead(void);
+extern void DumpAscii(const u_char *buf, int len);
+
OpenPOWER on IntegriCloud