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