aboutsummaryrefslogtreecommitdiff
path: root/src/shell.h
blob: 7e4f7853f96cbbced7e61d51e3759d564c20cfce (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        exec_args(int c, char **v);
void        launch(bool batchmode);

#endif

Generated with cgit - Back to sebastiano.tronto.net