Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
2ee171e8
...
2ee171e82d291445b36a8441e4b6474f611cffd1
authored
2002-02-09 04:00:27 +0000
by
Sam Roberts
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
missing an @var{}
1 parent
9bffe719
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
doc/texinfo/url.texi
doc/texinfo/url.texi
View file @
2ee171e
...
...
@@ -149,7 +149,7 @@ for any particular scheme.
@deftypefun
int
url_get_query
(
const
url_t
@var
{
url
},
char
*
@var
{
query
},
size_t
{
len
},
size_t
*
@var
{
n
})
@end
deftypefun
@deftypefun
char
*
url_decode
(
const
char
*
s
)
@deftypefun
char
*
url_decode
(
const
char
*
@var
{
string
}
)
Decodes
an
RFC
1738
%
encoded
string
,
returning
the
decoded
string
in
allocated
memory
.
If
the
string
is
not
encoded
,
this
degenerates
to
a
strdup
().
...
...
Please
register
or
sign in
to post a comment