Lutz Justen | 85e0c39 | 2019-02-14 13:05:57 +0100 | [diff] [blame^] | 1 | // 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 | |||||
10 | namespace kerberos { | ||||
11 | |||||
12 | const char* GetErrorString(ErrorType error); | ||||
13 | |||||
14 | } // namespace kerberos | ||||
15 | |||||
16 | #endif // KERBEROS_ERROR_STRINGS_H_ |