summaryrefslogtreecommitdiffstats
path: root/src/daemon/sentry-native/sentry-native.h
blob: 861c5b9595d632eb28dd308bc6ffbaf8d3e8f3a3 (plain)
1
2
3
4
5
6
7
8
9
// SPDX-License-Identifier: GPL-3.0-or-later

#ifndef SENTRY_NATIVE_H
#define SENTRY_NATIVE_H

void sentry_native_init(void);
void sentry_native_fini(void);

#endif /* SENTRY_NATIVE_H */