summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main.c b/src/main.c
index 19d999a..2497a7f 100644
--- a/src/main.c
+++ b/src/main.c
@@ -61,10 +61,6 @@ void show_usage(char *progname)
fprintf(stdout, "%s\n", usage_options);
}
-/* These live in run.c */
-int init(void);
-void run(void);
-
void set_operation_mode(int *current, int want, char *argv[])
{
if (*current == NOT_SET) {