blob: c8aaf7a8e9a08c5d95a9c6f9b6ddd1d08b63a5cc [file] [log] [blame]
// Copyright 2018 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_DEBUG_ZXDB_CONSOLE_CONSOLE_MAIN_H_
#define SRC_DEVELOPER_DEBUG_ZXDB_CONSOLE_CONSOLE_MAIN_H_
namespace zxdb {
// Main function for the console frontend.
int ConsoleMain(int argc, const char* argv[]);
} // namespace zxdb
#endif // SRC_DEVELOPER_DEBUG_ZXDB_CONSOLE_CONSOLE_MAIN_H_