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.
8 lines
250 B
8 lines
250 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 *);
|
|
void *ext_get_phashes(void *, const char *);
|