blob: 81f909d9fb5115fb5e58c5318b096c1a0b4cb5d5 (
plain)
1
2
3
4
5
6
7
8
9
10
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 */
|