summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestUpdateHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/CTest/cmCTestUpdateHandler.h')
-rw-r--r--Source/CTest/cmCTestUpdateHandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestUpdateHandler.h b/Source/CTest/cmCTestUpdateHandler.h
index 590a0a4..e6a5ac8 100644
--- a/Source/CTest/cmCTestUpdateHandler.h
+++ b/Source/CTest/cmCTestUpdateHandler.h
@@ -62,6 +62,8 @@ private:
// Determine the type of version control
int DetermineType(const char* cmd, const char* type);
+
+ bool InitialCheckout(std::ostream& ofs);
};
#if defined(__sgi) && !defined(__GNUC__)