blob: bb1e6592f0e88b2a8be7ceaab9470a79a907313f [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.
#include "parser.h"
namespace netdump::parser {
void parser_syntax(std::ostream output) {
// TODO(xianglong): Implement.
}
} // namespace netdump::parser