You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
415 B

/*************
* Header file for cshpar.c
* 1999 E. Rouat
************/
#ifndef CSHPAR_H_INCLUDED
#define CSHPAR_H_INCLUDED
wordlist * cp_parse(char *string);
void com_echo(wordlist *wlist);
wordlist * cp_redirect(wordlist *wl);
void cp_ioreset(void);
void com_shell(wordlist *wl);
void fixdescriptors(void);
void com_rehash(wordlist *wl);
void com_chdir(wordlist *wl);
void com_strcmp(wordlist *wl);
#endif