[go: nahoru, domu]

blob: 8d24425e3bfc5a28d3aba223336ed71ef51b0850 [file] [log] [blame]
// Copyright 2011 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef REMOTING_HOST_HOST_SECRET_H_
#define REMOTING_HOST_HOST_SECRET_H_
#include <string>
namespace remoting {
// Generates random host secret.
std::string GenerateSupportHostSecret();
} // namespace remoting
#endif // REMOTING_HOST_HOST_SECRET_H_