9 #include <gwenhywfar/misc.h>
10 #include <gwenhywfar/db.h>
11 #include <gwenhywfar/debug.h>
16 #include <gwenhywfar/types.h>
17 #include <gwenhywfar/urlfns.h>
40 if (--(st->_usage)==0) {
69 st->protocol=strdup(d->protocol);
71 st->server=strdup(d->server);
74 st->path=strdup(d->path);
76 st->userName=strdup(d->userName);
78 st->password=strdup(d->password);
82 st->url=strdup(d->url);
165 st->protocol=strdup(d);
185 st->server=strdup(d);
240 st->userName=strdup(d);
260 st->password=strdup(d);
311 return st->_modified;
334 GWEN_Url_List2_free(stl);
344 nl=GWEN_Url_List_new();
345 e=GWEN_Url_List_First(stl);
351 GWEN_Url_List_Add(ne, nl);
352 e=GWEN_Url_List_Next(e);