blob: fa05d3ecc3e61f881f9775d6a5a26d5ecfab3268 [file] [log] [blame]
// Copyright 2020 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_FORENSICS_CRASH_REPORTS_MAIN_H_
#define SRC_DEVELOPER_FORENSICS_CRASH_REPORTS_MAIN_H_
namespace forensics {
namespace crash_reports {
int main();
} // namespace crash_reports
} // namespace forensics
#endif // SRC_DEVELOPER_FORENSICS_CRASH_REPORTS_MAIN_H_