6 lines
205 B

9 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 *);