/*
 * $Log: socket,v $
 * Revision 1.1.1.1  1997/12/29 14:37:55  jogu
 * WebGet Initial CMS Ver
 *
 */

#ifndef SOCKET_H
#define SOCKET_H

int socket_connect(struct hostent *host, int port);
int socket_getport(int normal, char *hostname);

#endif
