Skip to content

Commit

Permalink
Upload new headers
Browse files Browse the repository at this point in the history
  • Loading branch information
LightningMods committed Dec 30, 2020
1 parent 31327da commit 86f42ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Store/include/md5.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
/* Any 32-bit or wider unsigned integer data type will do */
typedef unsigned int MD5_u32plus;

#define DIFFERENT_HASH 1
#define SAME_HASH 0

#define MD5_HASH_LENGTH (16)

typedef struct {
Expand Down
3 changes: 2 additions & 1 deletion Store/include/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ uint32_t SysctlByName_get_sdk_version(void);
char* usbpath(void);
void SaveOptions(StoreOptions* set);
int getjson(int Pagenumb, char* cdn);
int LoadOptions(StoreOptions* set);
int LoadOptions(StoreOptions* set);
int MD5_hash_compare(const char* file1, const char* hash);

0 comments on commit 86f42ac

Please sign in to comment.