blob: f168a70d1f9574115e172d1332fdece46715e420 [file] [log] [blame]
// Copyright 2020 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 SRC_CONNECTIVITY_WEAVE_WEAVESTACK_FIDL_STACK_UTILS_H_
#define SRC_CONNECTIVITY_WEAVE_WEAVESTACK_FIDL_STACK_UTILS_H_
#include <fuchsia/weave/cpp/fidl.h>
namespace weavestack {
fuchsia::weave::PairingState CurrentPairingState();
fuchsia::weave::Host HostFromHostname(std::string hostname);
} // namespace weavestack
#endif