OpenVAS Scanner
23.23.1
misc
user_agent.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 MISC_USERAGENT_H
12
#define MISC_USERAGENT_H
13
14
#include "
ipc.h
"
15
16
#include <glib.h>
17
18
int
19
user_agent_get
(
struct
ipc_context
*,
char
**);
20
21
gchar *
22
user_agent_set
(
const
gchar *);
23
24
#endif
/* not MISC_USERAGENT_H */
ipc.h
ipc_context
Definition
ipc.h:32
user_agent_set
gchar * user_agent_set(const gchar *)
Set user-agent.
Definition
user_agent.c:89
user_agent_get
int user_agent_get(struct ipc_context *, char **)
Get user-agent.
Definition
user_agent.c:114
Generated on
for OpenVAS Scanner by
1.14.0