diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2003-11-03 18:04:43 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2003-11-03 18:04:43 (GMT) |
commit | a2a1e97fd2b0e3045482aa46978ac2d0ae1c6e11 (patch) | |
tree | 3d4fa775ba4ee12135f2ca20f59e2cb07f3efdf1 /libmd5 | |
parent | 4c9ea88d11a7a5b2293d2f3c63e06a32dd010850 (diff) | |
download | Doxygen-a2a1e97fd2b0e3045482aa46978ac2d0ae1c6e11.zip Doxygen-a2a1e97fd2b0e3045482aa46978ac2d0ae1c6e11.tar.gz Doxygen-a2a1e97fd2b0e3045482aa46978ac2d0ae1c6e11.tar.bz2 |
Release-1.3.4-20031103
Diffstat (limited to 'libmd5')
-rw-r--r-- | libmd5/md5_loc.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libmd5/md5_loc.h b/libmd5/md5_loc.h index 03aeebf..3d6e2b6 100644 --- a/libmd5/md5_loc.h +++ b/libmd5/md5_loc.h @@ -30,6 +30,10 @@ #ifndef __MD5_LOC_H__ #define __MD5_LOC_H__ +#ifdef __cplusplus +extern "C" { +#endif + #define HEX_STRING "0123456789abcdef" /* to convert to hex */ #define BLOCK_SIZE_MASK (MD5_BLOCK_SIZE - 1) @@ -103,4 +107,8 @@ a += b; \ } while (0) +#ifdef __cplusplus +} +#endif + #endif /* ! __MD5_LOC_H__ */ |