summaryrefslogtreecommitdiff
path: root/src/ingestor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ingestor.hpp')
-rw-r--r--src/ingestor.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ingestor.hpp b/src/ingestor.hpp
index 8c4f4c1..3f6aa37 100644
--- a/src/ingestor.hpp
+++ b/src/ingestor.hpp
@@ -102,7 +102,7 @@ namespace WebStat {
void handleCurlOperations();
void jobIngestParkedLines(const std::filesystem::path &);
- void jobIngestParkedLines(FILE *, size_t count);
+ size_t jobIngestParkedLines(FILE *, size_t count);
static void sigtermHandler(int);
void terminate(int);