|
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 - downloadIndex: T p
Length: 613 (0x265) Types: TextFile Names: »parse.h«
└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit └─⟦2fafebccf⟧ »EurOpenD3/mail/smail3.1.19.tar.Z« └─⟦bcd2bc73f⟧ └─⟦this⟧ »src/parse.h«
/* @(#)parse.h 3.2 3/7/88 10:16:26 */ /* * Copyright (C) 1987, 1988 by Ronald S. Karr and Landon Curt Noll * * See the file COPYING, distributed with smail, for restriction * and warranty information. * * namei master id: @(#)parse.h 3.2 3/7/88 10:16:26 */ /* * parse.h: * interface file for routines in parse.c. */ /* types used in parse.c */ /* * attributes returned by parse_entry are a linked list of the * following structure */ struct attribute { struct attribute *succ; /* next attribute */ char *name; /* name of attribute */ char *value; /* value of the attribute */ };