summaryrefslogtreecommitdiff
path: root/src/mbimcli/mbimcli-helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbimcli/mbimcli-helpers.h')
-rw-r--r--src/mbimcli/mbimcli-helpers.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mbimcli/mbimcli-helpers.h b/src/mbimcli/mbimcli-helpers.h
index 126cf03..925d4eb 100644
--- a/src/mbimcli/mbimcli-helpers.h
+++ b/src/mbimcli/mbimcli-helpers.h
@@ -13,9 +13,10 @@
#ifndef __MBIMCLI_HELPERS_H__
#define __MBIMCLI_HELPERS_H__
-gboolean mbimcli_read_uint_from_string (const gchar *str,
- guint *out);
-
+gboolean mbimcli_read_uint_from_string (const gchar *str,
+ guint *out);
+gboolean mbimcli_read_uint_from_bcd_string (const gchar *str,
+ guint *out);
gboolean mbimcli_read_uint8_from_bcd_string (const gchar *str,
guint8 *out);