diff options
Diffstat (limited to 'lib/system/system.h')
-rw-r--r-- | lib/system/system.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/system/system.h b/lib/system/system.h index 47c7c02..1918309 100644 --- a/lib/system/system.h +++ b/lib/system/system.h @@ -5,6 +5,7 @@ struct pb_system_apps { const char *cp; const char *kexec; const char *mount; + const char *shutdown; const char *sftp; const char *tftp; const char *umount; |