comparison src/xs_md5.h @ 214:575686094eb1

Portability fixes
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 15 Dec 2004 11:02:02 +0000
parents f5d82424b0ed
children b124eb300553
comparison
equal deleted inserted replaced
213:405b647cbd8d 214:575686094eb1
1 #ifndef XS_MD5_H 1 #ifndef XS_MD5_H
2 #define XS_MD5_H 2 #define XS_MD5_H
3
4 #include <glib.h>
3 5
4 #ifdef __cplusplus 6 #ifdef __cplusplus
5 extern "C" { 7 extern "C" {
6 #endif 8 #endif
7
8 #include <glib.h>
9 9
10 /* 10 /*
11 * Typedefs 11 * Typedefs
12 */ 12 */
13 typedef struct md5_state_s { 13 typedef struct md5_state_s {