Final fix for .pishrc, any additional changes are for handling operators
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
|
||||
const char* GetHomeDir(void);
|
||||
void IntegratedCheck(CommandStruct* command);
|
||||
void GetInput(char* inputString);
|
||||
void ParseInput(char* inputString, CommandStruct* command);
|
||||
void ReadPishrc(CommandStruct* command, char* inputString);
|
||||
|
||||
#endif
|
||||
@@ -4,7 +4,5 @@
|
||||
#include "Common.h"
|
||||
|
||||
void Pish(void);
|
||||
void GetInput(char* inputString);
|
||||
void ParseInput(char* inputString, CommandStruct* command);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user