blob: 872d797b463e2d4503c6f6c99009130a5ad1f185 [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 "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_