X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=lib%2Fsystem%2Fsystem.h;h=191830913b2e3831eaa6ec1e98b77227c027b19c;hb=b8e57298d53e38d660128a795a4c12ecccfde964;hp=47c7c022aad5dcc221316f348a6b1fdc8a8c7988;hpb=b3e1a66f23b7338d88e0668b8cf10ffe139a9a03;p=petitboot 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;