mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-29 19:40:12 +01:00
trivial: put all prototypes inside G_BEGIN_DECLS and G_END_DECLS
This commit is contained in:
parent
9aa7efcf28
commit
a70d87d84e
1 changed files with 2 additions and 2 deletions
|
|
@ -95,11 +95,11 @@ GByteArray *nm_utils_rsa_key_encrypt (const GByteArray *data,
|
|||
char **out_password,
|
||||
GError **error);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
guint32 nm_utils_wifi_freq_to_channel (guint32 freq);
|
||||
guint32 nm_utils_wifi_channel_to_freq (guint32 channel, const char *band);
|
||||
guint32 nm_utils_wifi_find_next_channel (guint32 channel, int direction, char *band);
|
||||
gboolean nm_utils_wifi_is_channel_valid (guint32 channel, const char *band);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* NM_UTILS_H */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue