all: move nm_utils_bin2hexstr_full() to shared

reuse++
This commit is contained in:
Beniamino Galvani
2019-01-28 16:56:46 +01:00
committed by Thomas Haller
parent d2144019d8
commit b5efcf08f4
7 changed files with 89 additions and 81 deletions

View File

@@ -1122,4 +1122,10 @@ nm_strv_ptrarray_take_gstring (GPtrArray *cmd,
int nm_utils_getpagesize (void);
char *nm_utils_bin2hexstr_full (gconstpointer addr,
gsize length,
char delimiter,
gboolean upper_case,
char *out);
#endif /* __NM_SHARED_UTILS_H__ */