* Fixed WiiSaveReader/Writer

This commit is contained in:
Antidote
2013-09-28 08:14:13 -07:00
parent e1f4bd2367
commit c8b382f754
10 changed files with 189 additions and 97 deletions

View File

@@ -3,11 +3,6 @@
#ifndef __DOXYGEN_IGNORE__
#ifdef __cplusplus
extern "C"
{
#endif
/* ========================================================================== **
*
* MD5.h
@@ -88,6 +83,9 @@ extern "C"
* Typedefs:
*/
namespace MD5Hash
{
typedef struct auth_md5Ctx_
{
unsigned int len;
@@ -237,8 +235,6 @@ unsigned char * StringToMD5(const char * hash, unsigned char * dst);
/* ========================================================================== */
#ifdef __cplusplus
}
#endif
} // MD5Hash
#endif // __DOXYGEN_IGNORE__
#endif /* AUTH_MD5_H */