10 lines
216 B
C
Executable File
10 lines
216 B
C
Executable File
#ifndef INTEGRATED_H
|
|
#define INTEGRATED_H
|
|
|
|
#include "Common.h"
|
|
|
|
const char* GetHomeDir(void);
|
|
void IntegratedCheck(CommandStruct* command);
|
|
void ReadPishrc(CommandStruct* command, char* inputString);
|
|
|
|
#endif |