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
250 B

8 years ago
  1. #include <stdint.h>
  2. void *ext_init(const char *);
  3. void ext_free();
  4. uint64_t ext_get_ahash(void *, const char *);
  5. uint64_t ext_get_dhash(void *, const char *);
  6. uint64_t ext_get_phash(void *, const char *);
  7. void *ext_get_phashes(void *, const char *);