Subversion Repositories SvarDOS

Rev

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

Rev 449 Rev 479
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 far *cmdline, char *BUFFER);
31
int cmd_process(struct rmod_props far *rmod, unsigned short env_seg, const char *cmdline, char *BUFFER);
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
 * returns number of args */
34
 * returns number of args */
35
unsigned short cmd_explode(char *buff, const char far *s, char const **argvlist);
35
unsigned short cmd_explode(char *buff, const char far *s, char const **argvlist);
36
 
36