| // Copyright 2019 The Fuchsia 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 TOOLS_SHELL_CONSOLE_CONSOLE_H_ | |
| #define TOOLS_SHELL_CONSOLE_CONSOLE_H_ | |
| namespace shell { | |
| // Main function for the console frontend | |
| int ConsoleMain(int argc, const char **argv); | |
| } // namespace shell | |
| #endif // TOOLS_SHELL_CONSOLE_CONSOLE_H_ |