#ifndef __LIBCRAWLER_H #define __LIBCRAWLER_H #include "CrawlerExportable.hpp" CRAWLER_DLL_VISIBLE void initialize_libcrawler( void *user_data ); #endif