summaryrefslogtreecommitdiffstats
path: root/lib/libfetch/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libfetch/common.c')
-rw-r--r--lib/libfetch/common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libfetch/common.c b/lib/libfetch/common.c
index 88d23d4..a04cb0b 100644
--- a/lib/libfetch/common.c
+++ b/lib/libfetch/common.c
@@ -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: common.c,v 1.2 1998/11/06 22:14:08 des Exp $
+ * $Id: common.c,v 1.3 1998/12/16 10:24:52 des Exp $
*/
#include <sys/param.h>
@@ -199,7 +199,7 @@ _fetch_info(char *fmt, ...)
* Establish a TCP connection to the specified port on the specified host.
*/
int
-fetchConnect(char *host, int port, int verbose)
+_fetch_connect(char *host, int port, int verbose)
{
struct sockaddr_in sin;
struct hostent *he;
OpenPOWER on IntegriCloud