From b8af0c7d8dfc8fbe75c0f0479140cabd9d53d930 Mon Sep 17 00:00:00 2001 From: des Date: Fri, 18 Dec 1998 14:32:48 +0000 Subject: Don't specify a language to compile_et. Rename fetchConnect to _fetch_connect since it's internal. --- lib/libfetch/common.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libfetch/common.c') 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 @@ -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; -- cgit v1.1