File:  [CSRG BSD Unix] / 43BSDTahoe / new / news / src / iparams.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:58 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43tahoe
BSD 4.3tahoe

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

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.