diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-28 15:15:12 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-29 09:18:04 +0200 |
commit | f1d4e0fb637bd9c3f5ad72c22cb5a716c3e669c8 (patch) | |
tree | e2b27146ac7433b201e39aff92d15a88407bcc7b /cli/mmcli-common.h | |
parent | 422ed7b63331d1cbf8f58dcc694404bbb8b4a335 (diff) |
mmcli: prefix all NMEA traces in order to get a pretty print
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_ */ |