meta: rename to fx
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
struct b_hash_ctx;
|
||||
struct fx_hash_ctx;
|
||||
|
||||
struct b_hash_function_ops {
|
||||
void (*hash_init)(struct b_hash_ctx *);
|
||||
void (*hash_update)(struct b_hash_ctx *, const void *, size_t);
|
||||
void (*hash_finish)(struct b_hash_ctx *, void *, size_t);
|
||||
struct fx_hash_function_ops {
|
||||
void (*hash_init)(struct fx_hash_ctx *);
|
||||
void (*hash_update)(struct fx_hash_ctx *, const void *, size_t);
|
||||
void (*hash_finish)(struct fx_hash_ctx *, void *, size_t);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user