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