Skip to content

Commit

Permalink
check the ci results
Browse files Browse the repository at this point in the history
Signed-off-by: Shivshankar-Reddy <[email protected]>
  • Loading branch information
Shivshankar-Reddy committed May 9, 2024
1 parent cdbabfa commit a42d0d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/zipmap.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ int zipmapGet(unsigned char *zm, unsigned char *key, unsigned int klen, unsigned
int zipmapExists(unsigned char *zm, unsigned char *key, unsigned int klen);
unsigned int zipmapLen(unsigned char *zm);
size_t zipmapBlobLen(unsigned char *zm);
void zipmapRepr(unsigned char *p);
int zipmapValidateIntegrity(unsigned char *zm, size_t size, int deep);

#endif

0 comments on commit a42d0d4

Please sign in to comment.