blob: bb600c9d5d59beae25ba80b96baf4aa4a425f912 [file] [log] [blame]
[email protected]1f249e22011-11-29 20:19:591// Copyright (c) 2011 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
Mostyn Bramley-Moore699553722018-01-24 23:25:585#ifndef REMOTING_HOST_HOST_SECRET_H_
6#define REMOTING_HOST_HOST_SECRET_H_
7
[email protected]1f249e22011-11-29 20:19:598#include <string>
9
10namespace remoting {
11
12// Generates random host secret.
13std::string GenerateSupportHostSecret();
14
15} // namespace remoting
Mostyn Bramley-Moore699553722018-01-24 23:25:5816
17#endif // REMOTING_HOST_HOST_SECRET_H_