diff options
Diffstat (limited to 'jni/iodine/src/md5.h')
-rw-r--r-- | jni/iodine/src/md5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jni/iodine/src/md5.h b/jni/iodine/src/md5.h index 698c995..3baa4dc 100644 --- a/jni/iodine/src/md5.h +++ b/jni/iodine/src/md5.h @@ -71,7 +71,7 @@ typedef struct md5_state_s { } md5_state_t; #ifdef __cplusplus -extern "C" +extern "C" { #endif |