utils: new utils_check_for_single_value() method

It was being used in several places with different static implementations
This commit is contained in:
Aleksander Morgado
2011-04-28 12:38:03 +02:00
parent a0c902bdb5
commit db7c11768a
4 changed files with 24 additions and 40 deletions

View File

@@ -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 */