summaryrefslogtreecommitdiffstats
path: root/src/daemon/sentry-native/sentry-native.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 11:19:16 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:53:24 +0000
commitb5f8ee61a7f7e9bd291dd26b0585d03eb686c941 (patch)
treed4d31289c39fc00da064a825df13a0b98ce95b10 /src/daemon/sentry-native/sentry-native.h
parentAdding upstream version 1.44.3. (diff)
downloadnetdata-upstream.tar.xz
netdata-upstream.zip
Adding upstream version 1.46.3.upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/daemon/sentry-native/sentry-native.h')
-rw-r--r--src/daemon/sentry-native/sentry-native.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/daemon/sentry-native/sentry-native.h b/src/daemon/sentry-native/sentry-native.h
new file mode 100644
index 000000000..81f909d9f
--- /dev/null
+++ b/src/daemon/sentry-native/sentry-native.h
@@ -0,0 +1,11 @@
+// SPDX-License-Identifier: GPL-3.0-or-later
+
+#ifndef ND_SENTRY_H
+#define ND_SENTRY_H
+
+void nd_sentry_init(void);
+void nd_sentry_fini(void);
+
+void nd_sentry_set_user(const char *guid);
+
+#endif /* ND_SENTRY_H */