diff options
author | Frederic Martinsons <frederic.martinsons@unabiz.com> | 2023-01-01 08:40:27 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2023-01-18 11:00:17 +0000 |
commit | 766962167c99665a10825328b65bf67523d7cd3f (patch) | |
tree | 7982e456ca121d3ce09b9f2090f06ae2b279fe42 /cli/mmcli-output.h | |
parent | 3b56efed0b2b815093f43ff5008e36c7c2e00615 (diff) |
cli: add formating option (json and key/value) for created SMS
Fixes #657
Signed-off-by: Frederic Martinsons <frederic.martinsons@gmail.com>
Diffstat (limited to 'cli/mmcli-output.h')
-rw-r--r-- | cli/mmcli-output.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/mmcli-output.h b/cli/mmcli-output.h index efcd51af..77c75a67 100644 --- a/cli/mmcli-output.h +++ b/cli/mmcli-output.h @@ -179,6 +179,7 @@ typedef enum { /* Messaging section */ MMC_F_MESSAGING_SUPPORTED_STORAGES, MMC_F_MESSAGING_DEFAULT_STORAGES, + MMC_F_MESSAGING_CREATED_SMS, /* Signal section */ MMC_F_SIGNAL_REFRESH_RATE, MMC_F_SIGNAL_RSSI_THRESHOLD, |