home *** CD-ROM | disk | FTP | other *** search
-
- /* MACHINE GENERATED */
-
-
- /* main.c */
-
- Prototype char *FileForArticle(NGroup *, int);
-
- /* group.c */
-
- Prototype void LoadGroups(char *);
- Prototype void UnloadGroups(char *);
- Prototype void CreateNewsrc(char *);
- Prototype void RangeAdd(Range **, short, short);
- Prototype void RangeDel(Range **, short, short);
- Prototype int NextInRange(Range *, short);
- Prototype int NextNotInRange(Range *, short);
- Prototype void ClearGroupCache(NGroup *);
- Prototype FNode **FindFNCache(FNode **, long);
- Prototype void AddFNCache(FNode **, long, char *);
-
- /* display.c */
-
- Prototype int getyn(char *);
- Prototype void *OpenBrowseDisplay(char *, char *, short);
- Prototype void CloseBrowseDisplay(void *);
- Prototype void ChangeBrowseDisplay(void *, char *, char *);
- Prototype int WaitBrowseEvent(void **, int *, int *);
- Prototype void LoadDisplayConfig(void);
- Prototype void SaveDisplayConfig(void);
-
- /* subs.c */
-
- Prototype void FindUser(char *, int);
- Prototype void ScanNewsDirs(void (*)(), long);
- Prototype char *FindField(FILE *, char *);
- Prototype int FileExists(char *);
-
- /* filereq.c */
-
- Prototype char *GetFileName(int);
-
- /* edit.c */
-
- Prototype void ReplyArticle(short, NGroup *);
- Prototype void FollowUpArticle(short, NGroup *);
- Prototype void PostArticle(NGroup *);
-
- /* postnews.c */
-
- Prototype void PostNews(FILE *, char *);
-
- /* refs.c */
-
- Prototype void AddKillFile(char *, int);
- Prototype void RemKillFile(char *);
- Prototype void LoadKillFile(char *);
- Prototype void SaveKillFile(char *);
- Prototype char *ReferenceLineOf(NGroup *, int);
- Prototype char *NewsMessageIdOf(NGroup *, int);
- Prototype int FindArticleReferencing(NGroup *, char *, int);
- Prototype int ArticleRefNotKilled(NGroup *, char *, int);
- Prototype char *NextRef(char **);
-