This is akcs.h in view mode; [Download] [Up]
/* @(#)contrib/akcs/akcs.h 1.2 24 Oct 1990 05:17:12 */
/*
* Copyright (C) 1987, 1988 Ronald S. Karr and Landon Curt Noll
*
* See the file COPYING, distributed with smail, for restriction
* and warranty information.
*/
/*
* user.h:
* interface file for driver code in user.c
*/
/* private information from director file entry */
struct akcs_private {
char *transport; /* name of the transport */
char *prefix; /* prefix, e.g., "real-" */
};
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.