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