summaryrefslogtreecommitdiff
path: root/src/libmbim-glib/mbim-utils.h
diff options
context:
space:
mode:
authorBen Chan <benchan@chromium.org>2017-07-27 19:45:53 -0700
committerAleksander Morgado <aleksander@aleksander.es>2017-07-28 09:47:54 +0200
commit8e64510e706d7192ec9e0db6c506d05beda9820c (patch)
treecf2385f5e14b9e5977c4e6a8a0f554c684d17049 /src/libmbim-glib/mbim-utils.h
parent0e2ad4993ebcbcbc52ca0b0cc13a65ecfcbd81c8 (diff)
mbim-common: turn __mbim_utils_str_hex into mbim_common_str_hex
__mbim_utils_str_hex is a useful utility method for returning a hexadecimal string representation of a sequence of bytes in memory. This patch turns it into 'mbim_common_str_hex', which can be shared between libmbim-glib and mbimcli.
Diffstat (limited to 'src/libmbim-glib/mbim-utils.h')
-rw-r--r--src/libmbim-glib/mbim-utils.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libmbim-glib/mbim-utils.h b/src/libmbim-glib/mbim-utils.h
index ee5632f..77ed4ca 100644
--- a/src/libmbim-glib/mbim-utils.h
+++ b/src/libmbim-glib/mbim-utils.h
@@ -39,9 +39,6 @@ void mbim_utils_set_traces_enabled (gboolean enabled);
/* Other private methods */
#if defined (LIBMBIM_GLIB_COMPILATION)
-gchar *__mbim_utils_str_hex (gconstpointer mem,
- gsize size,
- gchar delimiter);
gboolean __mbim_user_allowed (uid_t uid,
GError **error);
#endif