diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 1998-08-17 09:30:19 +0000 | 
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 1998-08-17 09:30:19 +0000 | 
| commit | ecc91352992149088d4356e113020a646d7a4db6 (patch) | |
| tree | fed79bc7d64477fc784bef0fc942c6be43af0189 /lib/libfetch/fetch.h | |
| parent | cd1ab665c8182b0f792aa66ef40cde241d4e1dee (diff) | |
Notes
Diffstat (limited to 'lib/libfetch/fetch.h')
| -rw-r--r-- | lib/libfetch/fetch.h | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/lib/libfetch/fetch.h b/lib/libfetch/fetch.h index 1a57056be0f2..377edad2acc8 100644 --- a/lib/libfetch/fetch.h +++ b/lib/libfetch/fetch.h @@ -25,7 +25,7 @@   * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF   * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * - *	$Id: fetch.h,v 1.1.1.1 1998/07/09 16:52:41 des Exp $ + *	$Id: fetch.h,v 1.3 1998/07/11 21:29:08 des Exp $   */  #ifndef _FETCH_H_INCLUDED @@ -70,6 +70,8 @@ url_t	*fetchParseURL(char *);  void	 fetchFreeURL(url_t *);  FILE	*fetchGetURL(char *, char *);  FILE	*fetchPutURL(char *, char *); +FILE	*fetchGet(url_t *, char *); +FILE	*fetchPut(url_t *, char *);  /* Error code and string */  extern int fetchLastErrCode; | 
