blob: cb4ca14ee80284dac71b6a8d82cf7e701c6a535f [file]
// 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_