blob: ff1485c8f58052823c990591774877d73b536e4b [file] [log] [blame]
// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROMEOS_SETIMAGE_H_
#define CHROMEOS_SETIMAGE_H_
#include "chromeos_install_config.h"
#include <string>
bool SetImage(const InstallConfig& install_config);
#endif // CHROMEOS_SETIMAGE_H_