8 lines
120 B
C
8 lines
120 B
C
|
#ifndef PSEXSUP_H
|
||
|
#define PSEXSUP_H
|
||
|
|
||
|
BOOL InitializePStoreSupport();
|
||
|
BOOL ShutdownPStoreSupport();
|
||
|
|
||
|
#endif // PSEXSUP_H
|