diff options
Diffstat (limited to 'cli/mmcli-common.h')
-rw-r--r-- | cli/mmcli-common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/mmcli-common.h b/cli/mmcli-common.h index 5541a719..6d7b3ba7 100644 --- a/cli/mmcli-common.h +++ b/cli/mmcli-common.h @@ -85,4 +85,7 @@ const gchar *mmcli_get_common_bearer_string (void); const gchar *mmcli_get_common_sim_string (void); const gchar *mmcli_get_common_sms_string (void); +gchar *mmcli_prefix_newlines (const gchar *prefix, + const gchar *str); + #endif /* _MMCLI_COMMON_H_ */ |