|
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 i
Length: 661 (0x295) Types: TextFile Names: »iparams.h«
└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit └─⟦373604645⟧ »EurOpenD3/news/bnews.2.11/src.tar.Z« └─⟦3beb569ac⟧ └─⟦this⟧ »src/iparams.h«
/* * iparams - parameters for inews. */ /* @(#)iparams.h 2.18 11/19/87 */ #include "params.h" #include <errno.h> extern int errno; /* external declarations specific to inews */ extern char nbuf[LBUFLEN], *ARTICLE, *INFILE, *ALIASES, *PARTIAL; #ifndef ROOTID extern int ROOTID; #endif #ifdef NOTIFY extern char *TELLME; #endif /* NOTIFY */ #ifdef NFSCLIENT extern char *NFSSYSNAME; #endif /* NFSCLIENT */ struct msgtype { char *m_name; char *m_who_to; int (*m_func)(); }; extern struct msgtype msgtype[]; extern FILE *infp, *actfp; extern int tty, is_ctl, is_mod_file_okay; extern char filename[BUFLEN], is_mod[NAMELEN], not_here[SBUFLEN], *DFLTNG;