Changeset e9eaee6
- Timestamp:
- 2010-04-25T18:56:53Z (15 years ago)
- Branches:
- master
- Children:
- da2efd4
- Parents:
- be28fe7
- Location:
- lib
- Files:
-
- 2 edited
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, const char *set_url ) 30 30 { 31 31 char s[MAX_STRING+1]; -
lib/url.h
rbe28fe7 re9eaee6 42 42 } url_t; 43 43 44 int url_set( url_t *url, c har *set_url );44 int url_set( url_t *url, const char *set_url );
Note: See TracChangeset
for help on using the changeset viewer.