Greenbone Vulnerability Management Libraries  22.8.0
radiusutils.h
Go to the documentation of this file.
1 /* SPDX-FileCopyrightText: 2015-2023 Greenbone AG
2  *
3  * SPDX-License-Identifier: GPL-2.0-or-later
4  */
5 
11 #ifndef _GVM_RADIUSUTILS_H
12 #define _GVM_RADIUSUTILS_H
13 
14 int
15 radius_authenticate (const char *, const char *, const char *, const char *);
16 
17 #endif /* not _GVM_RADIUSUTILS_H */
radius_authenticate
int radius_authenticate(const char *, const char *, const char *, const char *)
Dummy function for manager.
Definition: radiusutils.c:262