source: gsdl/trunk/runtime-src/packages/d2m/wfetch-l.c@ 16574

Last change on this file since 16574 was 10365, checked in by kjdon, 19 years ago

changed my mind, now adding these all individually instead of in a tar file

  • Property svn:keywords set to Author Date Id Revision
File size: 855 bytes
Line 
1/* ------------------------------------------------------------------- */
2/* wfetch : Fetch a remote file using the htget() "HTTP client" */
3/* */
4/* syntax : wfatch(char *url, char *filename) */
5/* */
6/* Returns : 0 ALWAYS! */
7/* */
8/* Author : Ole Husby, BIBSYS */
9/* Updated : 1998-10-04 */
10/* ------------------------------------------------------------------- */
11
12#include <stdlib.h>
13#include <stdio.h>
14#include <string.h>
15
16int wfetch(char *url, char *filename)
17{
18 return 0;
19}
Note: See TracBrowser for help on using the repository browser.