This is user.h in view mode; [Download] [Up]
/* @(#)src/directors/user.h 1.2 24 Oct 1990 05:22:42 */
/*
* 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 user_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.