mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-07 03:48:09 +02:00
trivial: fix up spacing in nm-utils.h
This commit is contained in:
parent
b599e3e5dc
commit
7ef0f0fc64
1 changed files with 7 additions and 9 deletions
|
|
@ -153,18 +153,16 @@ gboolean nm_utils_init (GError **error);
|
||||||
void nm_utils_deinit (void);
|
void nm_utils_deinit (void);
|
||||||
|
|
||||||
/* SSID helpers */
|
/* SSID helpers */
|
||||||
gboolean nm_utils_is_empty_ssid (const guint8 * ssid, int len);
|
gboolean nm_utils_is_empty_ssid (const guint8 *ssid, int len);
|
||||||
const char *nm_utils_escape_ssid (const guint8 *ssid, guint32 len);
|
const char *nm_utils_escape_ssid (const guint8 *ssid, guint32 len);
|
||||||
gboolean nm_utils_same_ssid (const GByteArray * ssid1,
|
gboolean nm_utils_same_ssid (const GByteArray *ssid1,
|
||||||
const GByteArray * ssid2,
|
const GByteArray *ssid2,
|
||||||
gboolean ignore_trailing_null);
|
gboolean ignore_trailing_null);
|
||||||
|
char * nm_utils_ssid_to_utf8 (const GByteArray *ssid);
|
||||||
char *nm_utils_ssid_to_utf8 (const GByteArray *ssid);
|
|
||||||
|
|
||||||
GHashTable *nm_utils_gvalue_hash_dup (GHashTable *hash);
|
GHashTable *nm_utils_gvalue_hash_dup (GHashTable *hash);
|
||||||
|
|
||||||
void nm_utils_slist_free (GSList *list,
|
void nm_utils_slist_free (GSList *list, GDestroyNotify elem_destroy_fn);
|
||||||
GDestroyNotify elem_destroy_fn);
|
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
NMU_SEC_INVALID = 0,
|
NMU_SEC_INVALID = 0,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue