sxt: sxt_key_assign_hash();

This commit is contained in:
Alexander Vdolainen 2016-06-22 04:51:21 +03:00
parent 1e64efb4c0
commit 4bef969192

View File

@ -75,6 +75,8 @@ void sxt_key_free(sxtkey_t *);
*/
int sxt_key_generate(sxtkey_t *, int , int );
/* key custom hash ops */
int sxt_key_assign_hash(const sxtkey_t *, uint64_t);
uint64_t sxt_key_hash(const sxtkey_t *);
#endif /* __SXT_SXTKEY_H__ */