summaryrefslogtreecommitdiffstats
path: root/gatchat/gatresult.h
diff options
context:
space:
mode:
Diffstat (limited to 'gatchat/gatresult.h')
-rw-r--r--gatchat/gatresult.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gatchat/gatresult.h b/gatchat/gatresult.h
index a74741fb..f498c861 100644
--- a/gatchat/gatresult.h
+++ b/gatchat/gatresult.h
@@ -58,6 +58,8 @@ gboolean g_at_result_iter_next_string(GAtResultIter *iter, const char **str);
gboolean g_at_result_iter_next_unquoted_string(GAtResultIter *iter,
const char **str);
gboolean g_at_result_iter_next_number(GAtResultIter *iter, gint *number);
+gboolean g_at_result_iter_next_number_default(GAtResultIter *iter, gint dflt,
+ gint *number);
gboolean g_at_result_iter_next_hexstring(GAtResultIter *iter,
const guint8 **str, gint *length);