diff options
author | phk <phk@FreeBSD.org> | 2001-03-17 11:43:36 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2001-03-17 11:43:36 +0000 |
commit | 0c8f9ebda9d72151fa0e63fab84a0754d3ce92b1 (patch) | |
tree | 64bc5450d5fd21e0cd989f3224521e05eeecbe48 /usr.sbin/ngctl | |
parent | bc0c19b69b08dd66b205143b08c0a40d413f071f (diff) | |
download | FreeBSD-src-0c8f9ebda9d72151fa0e63fab84a0754d3ce92b1.zip FreeBSD-src-0c8f9ebda9d72151fa0e63fab84a0754d3ce92b1.tar.gz |
Unrevert something which shouldn't have been reverted in the previous revert.
(Yes, I'm going to bed now to get some much needed sleep...)
Diffstat (limited to 'usr.sbin/ngctl')
-rw-r--r-- | usr.sbin/ngctl/ngctl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/ngctl/ngctl.h b/usr.sbin/ngctl/ngctl.h index b66e74b..56d0a3d 100644 --- a/usr.sbin/ngctl/ngctl.h +++ b/usr.sbin/ngctl/ngctl.h @@ -75,6 +75,7 @@ struct ngcmd { #define CMDRTN_QUIT 3 /* Available commands */ +extern const struct ngcmd config_cmd; extern const struct ngcmd connect_cmd; extern const struct ngcmd debug_cmd; extern const struct ngcmd help_cmd; |