trivial: put all prototypes inside G_BEGIN_DECLS and G_END_DECLS

This commit is contained in:
Jiří Klimeš 2011-05-31 14:06:13 +02:00
parent 9aa7efcf28
commit a70d87d84e

View file

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