2009-05-18 Rodrigo Kumpera <rkumpera@novell.com>
[mono.git] / mono / utils / mono-digest.h
index fd0222c1f8749028417a62bd783d0100e0675d8a..a605356c8147ad38009408f707e00e7217695882 100644 (file)
@@ -28,6 +28,8 @@
 
 #include <glib.h>
 
+G_BEGIN_DECLS
+
 typedef struct {
        guint32 buf[4];
        guint32 bits[2];
@@ -61,4 +63,5 @@ void mono_sha1_final  (MonoSHA1Context* context, unsigned char digest[20]);
 
 void mono_digest_get_public_token (guchar* token, const guchar *pubkey, guint32 len);
 
+G_END_DECLS
 #endif /* __MONO_DIGEST_H__ */