summaryrefslogtreecommitdiff
path: root/src/mm-utils.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2011-04-28 12:38:03 +0200
committerAleksander Morgado <aleksander@lanedo.com>2011-04-29 12:31:10 +0200
commitdb7c11768a968913c783c05c27e06bcf249502c0 (patch)
treea81d685d86ce87d4ebebae14e3fc0878e3dc1fd0 /src/mm-utils.h
parenta0c902bdb5f03fc4d4b58ffbfb8bb36c06bfa55f (diff)
utils: new utils_check_for_single_value() method
It was being used in several places with different static implementations
Diffstat (limited to 'src/mm-utils.h')
-rw-r--r--src/mm-utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mm-utils.h b/src/mm-utils.h
index 1b9b328f..be77f8a8 100644
--- a/src/mm-utils.h
+++ b/src/mm-utils.h
@@ -22,5 +22,7 @@ char *utils_hexstr2bin (const char *hex, gsize *out_len);
char *utils_bin2hexstr (const guint8 *bin, gsize len);
+gboolean utils_check_for_single_value (guint32 value);
+
#endif /* MM_UTILS_H */