Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
e9eaee6
for
lib/url.c
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2010-04-25T18:56:53Z (
15 years
ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
da2efd4
Parents:
be28fe7
Message:
constified.
File:
1 edited
lib/url.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
lib/url.c
rbe28fe7
re9eaee6
27
27
28
28
/* Convert an URL to a url_t structure */
29
int url_set( url_t *url, c
har *set_url )
29
int url_set( url_t *url, c
onst c
har *set_url )
30
30
{
31
31
char s[MAX_STRING+1];
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive