summaryrefslogtreecommitdiff
path: root/src/extractors/haokan.h
blob: f258a4db48ea592f0d56943298f7880104e6b4c1 (plain)
1
2
3
4
5
6
7
8
#ifndef HAOKAN_H_
#define HAOKAN_H_

#include "extractor.h"

void haokan_extract(struct options *);

#endif