mirror of
https://github.com/libAthena/athena.git
synced 2025-12-09 21:47:52 +00:00
* Fixed WiiSaveReader/Writer
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user