You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
205 B
7 lines
205 B
#include <stdint.h>
|
|
|
|
void *ext_init(const char *);
|
|
void ext_free();
|
|
uint64_t ext_get_ahash(void *, const char *);
|
|
uint64_t ext_get_dhash(void *, const char *);
|
|
uint64_t ext_get_phash(void *, const char *);
|