Subversion Repositories SvarDOS

Rev

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

Rev 508 Rev 517
Line 26... Line 26...
26
#define CMD_H
26
#define CMD_H
27
 
27
 
28
#include "rmodinit.h"
28
#include "rmodinit.h"
29
 
29
 
30
/* process internal commands */
30
/* process internal commands */
31
int cmd_process(struct rmod_props far *rmod, unsigned short env_seg, const char *cmdline, void *BUFFER, unsigned short BUFFERSZ);
31
int cmd_process(struct rmod_props far *rmod, unsigned short env_seg, const char *cmdline, void *BUFFER, unsigned short BUFFERSZ, const struct redir_data *r);
32
 
32
 
33
/* explodes a command into an array of arguments where last arg is NULL.
33
/* explodes a command into an array of arguments where last arg is NULL.
34
 * if argvlist is not NULL, it will be filled with pointers that point to buff
34
 * if argvlist is not NULL, it will be filled with pointers that point to buff
35
 * locations. buff is filled with all the arguments, each argument being
35
 * locations. buff is filled with all the arguments, each argument being
36
 * zero-separated. buff is terminated with an empty argument to mark the end
36
 * zero-separated. buff is terminated with an empty argument to mark the end