aboutsummaryrefslogtreecommitdiff
path: root/src/commands/command.h
diff options
context:
space:
mode:
authorMarvin Borner2019-09-19 19:56:59 +0200
committerMarvin Borner2019-09-19 20:05:38 +0200
commit05e1fedcc9cd30d1a34a65e640da45e980b4f859 (patch)
tree9cfb7620907ac126f26cdfe9363cb73ed74ea179 /src/commands/command.h
parentffd82e18b5259fab477ad375a7af8550fac526d8 (diff)
Moved source to kernel directory
Diffstat (limited to 'src/commands/command.h')
-rw-r--r--src/commands/command.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/commands/command.h b/src/commands/command.h
deleted file mode 100644
index 2a43416..0000000
--- a/src/commands/command.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef MELVIX_COMMAND_H
-#define MELVIX_COMMAND_H
-
-void exec_command(char *command);
-
-#endif