Subversion Repositories SvarDOS

Rev

Rev 431 | Rev 449 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 431 Rev 448
Line 35... Line 35...
35
 
35
 
36
#include "doserr.h"
36
#include "doserr.h"
37
#include "env.h"
37
#include "env.h"
38
#include "helpers.h"
38
#include "helpers.h"
39
#include "rmodinit.h"
39
#include "rmodinit.h"
-
 
40
#include "sayonara.h"
40
 
41
 
41
#define BUFFER_SIZE 2048    /* make sure this is not bigger than the static buffer in command.c */
42
#define BUFFER_SIZE 2048    /* make sure this is not bigger than the static buffer in command.c */
42
 
43
 
43
struct cmd_funcparam {
44
struct cmd_funcparam {
44
  int argc;                 /* number of arguments */
45
  int argc;                 /* number of arguments */