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
2bdae9d0
...
2bdae9d0c18e8ef209f566adafc95111e2fde3cc
authored
2007-07-18 17:02:18 +0000
by
Wojciech Polak
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_url_init): New prototype.
1 parent
61f4ca50
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
include/mailutils/url.h
include/mailutils/url.h
View file @
2bdae9d
...
...
@@ -72,6 +72,7 @@ extern int mu_url_is_same_port (mu_url_t, mu_url_t);
extern
char
*
mu_url_decode
(
const
char
*
s
);
extern
int
mu_url_is_ticket
(
mu_url_t
ticket
,
mu_url_t
url
);
extern
int
mu_url_init
(
mu_url_t
url
,
int
port
,
const
char
*
scheme
);
#ifdef __cplusplus
}
...
...
Please
register
or
sign in
to post a comment