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 - download
Index: ┃ T i

⟦0e1141bf3⟧ TextFile

    Length: 577 (0x241)
    Types: TextFile
    Names: »iparams.h«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦this⟧ »EUUGD11/euug-87hel/sec1/news/src/iparams.h« 

TextFile

/*
 * iparams - parameters for inews.
 */

/*	@(#)iparams.h	2.17	11/21/86	*/

#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 */

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;
extern	char	filename[BUFLEN], is_mod[NAMELEN], not_here[SBUFLEN], *DFLTNG;