libnm-util: move nm_utils_is_uuid() here

This is useful outside the daemon too, so move it into libnm-utils.
This commit is contained in:
Dan Winship
2012-09-19 10:36:07 -04:00
parent 77c90d3f36
commit 74b6b9c768
6 changed files with 30 additions and 38 deletions

View File

@@ -90,8 +90,6 @@ void nm_utils_complete_generic (NMConnection *connection,
const char *preferred,
gboolean default_enable_ipv6);
gboolean nm_utils_is_uuid (const char *str);
char *nm_utils_new_vlan_name (const char *parent_iface, guint32 vlan_id);
#endif /* NETWORK_MANAGER_UTILS_H */