ftp.nice.ch/pub/next/unix/admin/msend.1.0.N.bs.tar.gz#/msend/network.h

This is network.h in view mode; [Download] [Up]

/* network.h:
 *
 * definitions for the raw network interface
 *
 * (c) Copyright 1988 Jim Frost.  All Rights Reserved.  Please see
 * the accompanying file "Copyright" for more information.
 */

#ifndef __NETWORK__
#undef A
#ifdef __STDC__
#define A(ARGS) ARGS
#else
#define A(ARGS) ()
#endif

int hopen A((char *hostname));
void hclose A((int s));
void hcleanup A((void));
int hread A((int s, char *buf, int n));
int hwrite A((int s, char *buf, int n));
#define __NETWORK__
#endif

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.