aboutsummaryrefslogtreecommitdiff
path: root/doc/man3/form_free.3
blob: b0f5f65a61a3186dd5fe7ed8f94b18b2e8dc8198 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
.TH FORM_FREE 3 2025-10-09 0.5.0 "libweb Library Reference"

.SH NAME
form_free \- parse application/x-www-form-urlencoded data

.SH SYNOPSIS
.LP
.nf
#include <libweb/form.h>
.P
void form_free(struct form *\fIf\fP);
.fi

.SH DESCRIPTION
The
.IR form_free (3)
function deallocates a
.I struct form
instance previously allocated by
.IR form_alloc (3),
pointed to by
.IR f .
.IR form_free (3)
does nothing on a null pointer.

.SH EXAMPLE
See
.IR libweb_form (7)
for a complete example on how to use this library.

.SH SEE ALSO
.BR form_alloc (3),
.BR form_value (3),
.BR form_foreach (3),
.BR libweb_form (7).

.SH COPYRIGHT
Copyright (C) 2023-2025 libweb contributors
.P
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.