add h files
This commit is contained in:
parent
b6d7f3ff3e
commit
bef7952abf
@ -4,14 +4,14 @@
|
||||
#include "Common.h"
|
||||
|
||||
const char* GetHomeDir(void);
|
||||
void ioRedirection(CommandStruct *command);
|
||||
void CheckRedirection(char *inputString, CommandStruct *command);
|
||||
int IntegratedCheck(CommandStruct* command);
|
||||
void GetInput(char* inputString);
|
||||
void append(char *input, char *file);
|
||||
void input(char *command);
|
||||
void ExecPipe();
|
||||
void output(char *command);
|
||||
void ParseInput(char* inputString, CommandStruct* command);
|
||||
void ParseInput(char* inputString, CommandStruct* command, char *symbol);
|
||||
void ReadPishrc(CommandStruct* command, char* inputString);
|
||||
|
||||
void ioRedirection(CommandStruct *command);
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user