OpenVAS Scanner 23.23.1
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
10
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
16int
17init_sentry (void);
18
19#endif
int init_sentry(void)
Init sentry.
Definition debug_utils.c:23