about summary refs log tree commit diff
path: root/textfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'textfile.h')
-rw-r--r--textfile.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/textfile.h b/textfile.h
deleted file mode 100644
index 45c86b0..0000000
--- a/textfile.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef PNANOE_TEXTFILE_H_
-#define PNANOE_TEXTFILE_H_ 1
-
-#include "collector.h"
-
-extern const struct collector textfile_collector;
-
-void *textfile_init(int argc, char *argv[]);
-void textfile_collect(scrape_req *req, void *ctx);
-
-#endif // PNANOE_TEXTFILE_H_