OpenVAS Scanner  22.7.9
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 
11 #ifndef MISC_USERAGENT_H
12 #define MISC_USERAGENT_H
13 
14 #include "ipc.h"
15 
16 #include <glib.h>
17 
18 const gchar *
19 user_agent_get (struct ipc_context *);
20 
21 gchar *
22 user_agent_set (const gchar *);
23 
24 #endif /* not MISC_USERAGENT_H */
user_agent_get
const gchar * user_agent_get(struct ipc_context *)
Get user-agent.
Definition: user_agent.c:106
ipc.h
user_agent_set
gchar * user_agent_set(const gchar *)
Set user-agent.
Definition: user_agent.c:85
ipc_context
Definition: ipc.h:32