Import and merge libfetch-2.31 from NetBSD pkgsrc.

This commit is contained in:
Juan RP
2010-06-02 23:44:25 +02:00
parent 0c67681ce1
commit bd37736d89
4 changed files with 95 additions and 29 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: common.h,v 1.15 2010/01/23 14:25:26 joerg Exp $ */
/* $NetBSD: common.h,v 1.16 2010/03/21 16:48:43 joerg Exp $ */
/*-
* Copyright (c) 1998-2004 Dag-Erling Co<43>dan Sm<53>rgrav
* All rights reserved.
@ -73,6 +73,8 @@ struct fetchconn {
# endif
#endif
char *ftp_home;
struct url *cache_url;
int cache_af;
int (*cache_close)(conn_t *);