summaryrefslogtreecommitdiff
path: root/include/crawler/win32/errormsg.hpp
blob: f1ceb93134b7f9fbdcbb2ed46accaee4d5ae4487 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __ERRORMSG_H
#define __ERRORMSG_H

#include <string>

#include "CrawlerExportable.hpp"

CRAWLER_DLL_VISIBLE std::string getLastError( );

#endif