Annotation of 43BSDTahoe/new/news/src/iparams.h, revision 1.1

1.1     ! root        1: /*
        !             2:  * iparams - parameters for inews.
        !             3:  */
        !             4: 
        !             5: /*     @(#)iparams.h   2.17    11/21/86        */
        !             6: 
        !             7: #include "params.h"
        !             8: #include <errno.h>
        !             9: extern int errno;
        !            10: 
        !            11: /* external declarations specific to inews */
        !            12: extern char    nbuf[LBUFLEN], *ARTICLE, *INFILE, *ALIASES, *PARTIAL;
        !            13: #ifndef ROOTID
        !            14: extern int     ROOTID;
        !            15: #endif
        !            16: 
        !            17: #ifdef NOTIFY
        !            18: extern char    *TELLME;
        !            19: #endif /* NOTIFY */
        !            20: 
        !            21: struct msgtype {
        !            22:        char *m_name;
        !            23:        char *m_who_to;
        !            24:        int (*m_func)();
        !            25: };
        !            26: 
        !            27: extern struct msgtype msgtype[];
        !            28: 
        !            29: extern FILE    *infp, *actfp;
        !            30: extern int     tty, is_ctl;
        !            31: 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.