utils: add boolean value hash helper

This commit is contained in:
Dan Williams
2010-03-16 23:51:55 -07:00
parent 15351042ba
commit 4af1cc2661
2 changed files with 18 additions and 0 deletions

View File

@@ -67,6 +67,10 @@ void value_hash_add_uint (GHashTable *hash,
const char *key,
guint32 val);
void value_hash_add_bool (GHashTable *hash,
const char *key,
gboolean val);
gboolean nm_utils_do_sysctl (const char *path, const char *value);
#endif /* NETWORK_MANAGER_UTILS_H */