blob: 8ecf5e6ef6c7098317b4d8fd8ba1c9916b20952e [file] [log] [blame]
// Copyright 2017 The Fuchsia 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 GARNET_LIB_FAR_MANIFEST_H_
#define GARNET_LIB_FAR_MANIFEST_H_
#include "src/lib/fxl/strings/string_view.h"
namespace archive {
class ArchiveWriter;
bool ReadManifest(fxl::StringView path, ArchiveWriter* writer);
} // namespace archive
#endif // GARNET_LIB_FAR_MANIFEST_H_