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