2014-06-25 16:29:58 +00:00
|
|
|
#pragma once
|
2017-10-31 17:12:50 +00:00
|
|
|
#ifndef ES_APP_SCRAPER_CMD_LINE_H
|
|
|
|
#define ES_APP_SCRAPER_CMD_LINE_H
|
2014-06-25 16:29:58 +00:00
|
|
|
|
|
|
|
int run_scraper_cmdline();
|
2017-10-31 17:12:50 +00:00
|
|
|
|
|
|
|
#endif // ES_APP_SCRAPER_CMD_LINE_H
|