blob: d6b3f4c4848b65da65ad3879f95a6bc3988a627f [file] [log] [blame]
Lutz Justen85e0c392019-02-14 13:05:57 +01001// Copyright 2019 The Chromium OS 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
5#ifndef KERBEROS_ERROR_STRINGS_H_
6#define KERBEROS_ERROR_STRINGS_H_
7
8#include "kerberos/proto_bindings/kerberos_service.pb.h"
9
10namespace kerberos {
11
12const char* GetErrorString(ErrorType error);
13
14} // namespace kerberos
15
16#endif // KERBEROS_ERROR_STRINGS_H_