blob: 4a7733f5b9692d920f572fd5118b3a8571545123 [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 INSTALLER_CHROMEOS_SETIMAGE_H_
#define INSTALLER_CHROMEOS_SETIMAGE_H_
#include <string>
#include "installer/chromeos_install_config.h"
bool SetImage(const InstallConfig& install_config);
#endif // INSTALLER_CHROMEOS_SETIMAGE_H_