blob: 42209dfd7d921cfdbce50c76afd05aaf34113af0 [file] [log] [blame]
// 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 SRC_DEVELOPER_SHELL_JOSH_CONSOLE_CONSOLE_H_
#define SRC_DEVELOPER_SHELL_JOSH_CONSOLE_CONSOLE_H_
namespace shell {
// Main function for the console frontend
int ConsoleMain(int argc, const char **argv);
} // namespace shell
#endif // SRC_DEVELOPER_SHELL_JOSH_CONSOLE_CONSOLE_H_