OpenVAS Scanner  22.7.9
debug_utils.h
Go to the documentation of this file.
1 /* SPDX-FileCopyrightText: 2023 Greenbone AG
2  *
3  * SPDX-License-Identifier: GPL-2.0-or-later
4  */
5 
11 #ifndef OPENVAS_DEBUG_UTILS_H
12 #define OPENVAS_DEBUG_UTILS_H
13 
14 #include <gvm/base/gvm_sentry.h> /* for gvm_sentry_init */
15 
16 int
17 init_sentry (void);
18 
19 #endif
init_sentry
int init_sentry(void)
Init sentry.
Definition: debug_utils.c:23