DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T s

⟦bcdd90582⟧ TextFile

    Length: 568 (0x238)
    Types: TextFile
    Names: »smartuser.h«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦2fafebccf⟧ »EurOpenD3/mail/smail3.1.19.tar.Z« 
        └─⟦bcd2bc73f⟧ 
            └─⟦this⟧ »src/directors/smartuser.h« 

TextFile

/* @(#)smartuser.h	1.3 3/7/88 14:17:18 */

/*
 *    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: @(#)smartuser.h	1.3 3/7/88 14:17:18
 */

/*
 * smartuser.h:
 *	interface file for the smartuser driver.
 */

/* boolean attributes for director.flags field */
#define SMARTUSER_WELLFORMED	0x00010000

/* private information from director file entry */
struct smartuser_private {
    char *new_user;			/* template for new address */
};