diff options
Diffstat (limited to 'src/extractors/haokan.h')
-rw-r--r-- | src/extractors/haokan.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/extractors/haokan.h b/src/extractors/haokan.h new file mode 100644 index 0000000..f258a4d --- /dev/null +++ b/src/extractors/haokan.h @@ -0,0 +1,8 @@ +#ifndef HAOKAN_H_ +#define HAOKAN_H_ + +#include "extractor.h" + +void haokan_extract(struct options *); + +#endif |