Fixed compilation errors
This commit is contained in:
@@ -4,9 +4,13 @@
|
||||
#include "Common.h"
|
||||
|
||||
const char* GetHomeDir(void);
|
||||
void ioRedirection(char *inputString, CommandStruct *command);
|
||||
void ioRedirection(CommandStruct *command);
|
||||
void 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 ReadPishrc(CommandStruct* command, char* inputString);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user