Skip to content

Commit

Permalink
WIP += 1
Browse files Browse the repository at this point in the history
  • Loading branch information
darkk committed Sep 26, 2024
1 parent 325c829 commit bf0d03c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Hashes.h
Original file line number Diff line number Diff line change
Expand Up @@ -1313,8 +1313,8 @@ extern "C" {
void asconhashv12_256 ( const void * key, int len, uint32_t seed, void * out );
}

extern const char * const nmhash32_ver;
extern const char * const nmhash32x_ver;
extern const char * const nmhash32_desc;
extern const char * const nmhash32x_desc;
bool nmhash32_broken ( void );
void nmhash32_test ( const void * key, int len, uint32_t seed, void * out );
void nmhash32x_test ( const void * key, int len, uint32_t seed, void * out );
Expand Down

0 comments on commit bf0d03c

Please sign in to comment.