Category : Linux Files
Archive   : UPC12BS1.ZIP
Filename : ACTIVE.H

 
Output of file : ACTIVE.H contained in archive : UPC12BS1.ZIP
/*--------------------------------------------------------------------*/
/* a c t i v e . h */
/* */
/* Structures and function prototypes for active file */
/* processing in UUPC/extended. Written by Mike Lipsie */
/*--------------------------------------------------------------------*/

struct grp {
struct grp *grp_next; /* Next group */
char *grp_name; /* Group name -- "ba.food" for example */
long grp_high; /* Number for next article to be stored */
long grp_low; /* Lowest numbered article not expired */
char grp_can_post;
};

extern struct grp *group_list; /* List of all groups */

void get_active(void); /* Read in the active newsgroups file */
void put_active(void); /* Write the active newsgroups file */
void validate_newsgroups(void); /* Make sure the directory structure exists */

#ifndef MAXGRP
#define MAXGRP FILENAME_MAX /* Max length of a news group name */
#endif


  3 Responses to “Category : Linux Files
Archive   : UPC12BS1.ZIP
Filename : ACTIVE.H

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/