summaryrefslogtreecommitdiffstats
path: root/eurephiadm/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'eurephiadm/commands.h')
-rw-r--r--eurephiadm/commands.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/eurephiadm/commands.h b/eurephiadm/commands.h
index 66a2c0a..944e8c9 100644
--- a/eurephiadm/commands.h
+++ b/eurephiadm/commands.h
@@ -83,6 +83,9 @@ int cmd_Certificates(eurephiaCTX *, eurephiaSESSION *, eurephiaVALUES *cfg, int
void help_UserCerts();
int cmd_UserCerts(eurephiaCTX *, eurephiaSESSION *, eurephiaVALUES *cfg, int argc, char **argv);
+void help_plugins();
+int cmd_plugins(eurephiaCTX *, eurephiaSESSION *, eurephiaVALUES *cfg, int argc, char **argv);
+
void help_fwProfiles();
int cmd_fwProfiles(eurephiaCTX *, eurephiaSESSION *, eurephiaVALUES *cfg, int argc, char **argv);
@@ -126,6 +129,9 @@ static const eurephiadm_functions cmdline_functions[] = {
{"usercerts", 1, "useradmin", NULL,
"User account/Certificate link management", help_UserCerts, cmd_UserCerts},
+ {"plugins", 1, "config", NULL,
+ "Plug-in management", help_plugins, cmd_plugins},
+
{"fwprofiles", 1, "fwprofiles", NULL,
"Firewall profile management", help_fwProfiles, cmd_fwProfiles},