summaryrefslogtreecommitdiffstats
path: root/src/runner.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runner.h')
-rw-r--r--src/runner.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/runner.h b/src/runner.h
deleted file mode 100644
index c087895..0000000
--- a/src/runner.h
+++ /dev/null
@@ -1,6 +0,0 @@
-
-typedef struct Runner Runner;
-
-Runner *createRunner();
-int execute(Runner*, char*);
-void freeRunner(Runner*);