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

#include "commands.h"

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

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

#endif

Generated with cgit - Back to sebastiano.tronto.net