From ede53ee311192204a0f8d290eac126445c313af7 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sat, 17 Mar 2001 11:43:36 +0000 Subject: [PATCH] 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...) --- usr.sbin/ngctl/ngctl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/ngctl/ngctl.h b/usr.sbin/ngctl/ngctl.h index b66e74b78b9..56d0a3daaa3 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; -- 2.45.2