aboutsummaryrefslogtreecommitdiff
path: root/src/shell.h
blob: 0dc274c5316c8d7c68223995c33b80760d2aeb4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef SHELL_H
#define SHELL_H

#include "commands.h"

#define MAXLINELEN          10000
#define MAXTOKENLEN         255
#define MAXNTOKENS          255

bool        checkfiles(void);
void        exec_args(int c, char **v);
void        launch(bool batchmode);

#endif

Generated with cgit - Back to sebastiano.tronto.net