blob: 4a7335bdb01e91f4158a9dc1d47de1f5dc1fd225 [file] [log] [blame]
// Copyright 2014 The Chromium OS 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 PRIVETD_CONSTANTS_H_
#define PRIVETD_CONSTANTS_H_
namespace privetd {
extern const char kDefaultStateFilePath[];
namespace errors {
extern const char kPrivetdErrorDomain[];
extern const char kInvalidClientCommitment[];
} // namespace errors
} // namespace privetd
#endif // PRIVETD_CONSTANTS_H_