Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/url.c

    r9ad86bb re9eaee6  
    2727
    2828/* Convert an URL to a url_t structure */
    29 int url_set( url_t *url, char *set_url )
     29int url_set( url_t *url, const char *set_url )
    3030{
    3131        char s[MAX_STRING+1];
Note: See TracChangeset for help on using the changeset viewer.