summaryrefslogtreecommitdiff
path: root/src/command_line.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik.ramaekers@protonmail.com>2020-02-05 18:58:55 +0100
committerAldrik Ramaekers <aldrik.ramaekers@protonmail.com>2020-02-05 18:58:55 +0100
commit8c2f35bd1f18b62fff609f3a7d77d4e85b706916 (patch)
tree93e504989bd6182b1b381f1c9bd1b46e0732169a /src/command_line.h
parentec901c42d7d5dee13b4c69e4b65fc385d8ffd3a8 (diff)
refactor
Diffstat (limited to 'src/command_line.h')
-rw-r--r--src/command_line.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/command_line.h b/src/command_line.h
deleted file mode 100644
index 74daa8d..0000000
--- a/src/command_line.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/*
-* BSD 2-Clause “Simplified” License
-* Copyright (c) 2019, Aldrik Ramaekers, aldrik.ramaekers@protonmail.com
-* All rights reserved.
-*/
-
-#ifndef INCLUDE_COMMAND_LINE
-#define INCLUDE_COMMAND_LINE
-
-void handle_command_line_arguments(int argc, char **argv);
-
-#endif \ No newline at end of file