From bf44088d4373a9520e860152c56a958332819c4b Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 1 May 2023 16:33:51 +0200 Subject: Split nissy in other repos, see README.md --- src/shell.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/shell.h (limited to 'src/shell.h') diff --git a/src/shell.h b/src/shell.h deleted file mode 100644 index 7e4f785..0000000 --- a/src/shell.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef SHELL_H -#define SHELL_H - -#include "commands.h" - -#define MAXLINELEN 10000 -#define MAXTOKENLEN 255 -#define MAXNTOKENS 255 - -bool checkfiles(); -void exec_args(int c, char **v); -void launch(bool batchmode); - -#endif -- cgit v1.3