| Index: utils.h
|
| diff --git a/utils.h b/utils.h
|
| index 8b070ed157d3c256346d1c71f02897409d3482fd..a46ffef40d4e4600e53108a0610a9a799cbc967d 100644
|
| --- a/utils.h
|
| +++ b/utils.h
|
| @@ -27,6 +27,10 @@ namespace utils {
|
| // assumes the build is official.
|
| bool IsOfficialBuild();
|
|
|
| +// Returns true if the OOBE process has been completed and EULA accepted, false
|
| +// otherwise.
|
| +bool IsOOBEComplete();
|
| +
|
| // Writes the data passed to path. The file at path will be overwritten if it
|
| // exists. Returns true on success, false otherwise.
|
| bool WriteFile(const char* path, const char* data, int data_len);
|
|
|