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 8a15bcd..c4a0b1b 100644
--- a/eurephiadm/commands.h
+++ b/eurephiadm/commands.h
@@ -92,6 +92,9 @@ int cmd_AdminAccess(eurephiaCTX *, eurephiaSESSION *, eurephiaVALUES *cfg, int a
void help_EditConfig();
int cmd_EditConfig(eurephiaCTX *, eurephiaSESSION *, eurephiaVALUES *cfg, int argc, char **argv);
+void help_BuildInfo();
+int cmd_BuildInfo(eurephiaCTX *, eurephiaSESSION *, eurephiaVALUES *cfg, int argc, char **argv);
+
/**
* Declaration of all valid commands
* {command, need_session, acclvl, arghints,
@@ -138,6 +141,9 @@ static const eurephiadm_functions cmdline_functions[] = {
{"config", 1, "config", "[-s|-d] <key> [<val>] | [-l]",
"Add, delete or show one config setting", help_EditConfig, cmd_EditConfig},
+ {"buildinfo", 0, "buildinfo", NULL,
+ "Show information related to the eurephia build", help_BuildInfo, cmd_BuildInfo},
+
// End of records marker
{NULL, 0, NULL, NULL,
NULL, NULL, NULL}