~oem-solutions-group/network-manager/ubuntu.hardy.07

« back to all changes in this revision

Viewing changes to libnm-util/crypto.h

* merge new upstream snapshot Fri 2008-09-05 02:55:40 +0000 (rev 3494)

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
};
52
52
 
53
53
 
54
 
#define NM_CRYPTO_ERROR nm_crypto_error_quark ()
55
 
GQuark nm_crypto_error_quark (void);
 
54
#define NM_CRYPTO_ERROR _nm_crypto_error_quark ()
 
55
GQuark _nm_crypto_error_quark (void);
56
56
 
57
57
gboolean crypto_init (GError **error);
58
58