|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 503 (0x1f7) Types: TextFile Names: »user.h«
└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit └─⟦2fafebccf⟧ »EurOpenD3/mail/smail3.1.19.tar.Z« └─⟦bcd2bc73f⟧ └─⟦this⟧ »src/directors/user.h«
/* @(#)user.h 3.7 3/7/88 14:18:11 */ /* * Copyright (C) 1987, 1988 Ronald S. Karr and Landon Curt Noll * * See the file COPYING, distributed with smail, for restriction * and warranty information. * * namei master id: @(#)user.h 3.7 3/7/88 14:18:11 */ /* * 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-" */ };