6 lines
255 B
C
6 lines
255 B
C
#pragma once
|
|
|
|
void PrintInvalidRepoPathError(LPCTSTR lpRepoPath);
|
|
int ParseSetVerOptions(int argc, TCHAR* argv[], int nStartIndex, LPCTSTR& lpRepoPath, BOOL& bTestMode);
|
|
int ParseRewriteOptions(int argc, TCHAR* argv[], int& nPEType, BOOL& bForceRewrite);
|