summaryrefslogtreecommitdiffstats
path: root/remoting/host/host_exit_codes.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/host_exit_codes.h')
-rw-r--r--remoting/host/host_exit_codes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/host/host_exit_codes.h b/remoting/host/host_exit_codes.h
index b325d1f..c45459b 100644
--- a/remoting/host/host_exit_codes.h
+++ b/remoting/host/host_exit_codes.h
@@ -33,6 +33,7 @@ enum HostExitCodes {
kMaxPermanentErrorExitCode = kUsernameMismatchExitCode
};
+const char* ExitCodeToString(HostExitCodes exit_code);
} // namespace remoting
#endif // REMOTING_HOST_HOST_EXIT_CODES_H_