4.4BSD/usr/src/contrib/xns/xnslib/courierconnection.h

Compare this file to the similar file:
Show the results in this format:

/*
 * CourierConnection as seen by everyone else except the runtime library,
 * effectively hiding the internal structure
 */

#ifndef CourierConnectionHeader
#define CourierConnectionHeader

typedef int CourierConnection;
extern CourierConnection *CourierOpen();

#endif CourierConnectionHeader