summaryrefslogtreecommitdiff
path: root/include/crawler/libcrawler.hpp
blob: 9e33cd4f51136644cdf4bcd55f6fcf4852d3ea28 (plain)
1
2
3
4
5
6
7
8
#ifndef __LIBCRAWLER_H
#define __LIBCRAWLER_H

#include "CrawlerExportable.hpp"

CRAWLER_DLL_VISIBLE void initialize_libcrawler( void *user_data );

#endif