blob: 3923afd7960084f257bd6b3eacff4e385ff57170 [file] [log] [blame]
[email protected]91f07552013-11-13 10:01:011// Copyright 2013 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef CHROME_ELF_CHROME_ELF_MAIN_H_
6#define CHROME_ELF_CHROME_ELF_MAIN_H_
7
scottmg616b30a2017-03-10 23:58:088extern "C" void SignalInitializeCrashReporting();
[email protected]cab30872013-12-19 23:15:599extern "C" void SignalChromeElf();
wfh93846272017-06-28 11:50:4710extern "C" void DumpProcessWithoutCrash();
[email protected]91f07552013-11-13 10:01:0111
12#endif // CHROME_ELF_CHROME_ELF_MAIN_H_