diff options
Diffstat (limited to 'src/daemon/sentry-native/sentry-native.h')
-rw-r--r-- | src/daemon/sentry-native/sentry-native.h | 11 |
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 */ |