| // 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_ |