aboutsummaryrefslogtreecommitdiff
path: root/src/mm-modem-helpers.h
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2010-03-19 10:57:01 -0700
committerDan Williams <dcbw@redhat.com>2010-03-19 10:57:01 -0700
commit4558df894bb20a121ee1d2942c206b5bfde2c030 (patch)
tree21c64ad7fed75cd7f47c66cb3f7dfe47b104bd18 /src/mm-modem-helpers.h
parent6ca5765eb63e1cb0374489607b255feeca8e2ba7 (diff)
helpers: add generic response stripping function
Diffstat (limited to 'src/mm-modem-helpers.h')
-rw-r--r--src/mm-modem-helpers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mm-modem-helpers.h b/src/mm-modem-helpers.h
index d8c74d84..f25c318a 100644
--- a/src/mm-modem-helpers.h
+++ b/src/mm-modem-helpers.h
@@ -39,5 +39,7 @@ gboolean mm_gsm_parse_creg_response (GMatchInfo *info,
gboolean *out_cgreg,
GError **error);
+const char *mm_strip_tag (const char *str, const char *cmd);
+
#endif /* MM_MODEM_HELPERS_H */