home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / duucp-1.17 / AU-117b4-src.lha / src / include / dnews_protos.h < prev    next >
Encoding:
Text File  |  1994-04-12  |  2.2 KB  |  74 lines

  1.  
  2. /* MACHINE GENERATED */
  3.  
  4.  
  5. /* main.c               */
  6.  
  7. Prototype char *FileForArticle (NGroup *, int);
  8. Prototype void SetGroup (NGroup *);
  9. Prototype void SetCurNo (NGroup *, int);
  10. Prototype int NumUnreadArticles (NGroup *);
  11.  
  12. /* group.c              */
  13.  
  14. Prototype void LoadGroups (const char *);
  15. Prototype void UnloadGroups (const char *);
  16. Prototype void CreateNewsrc (const char *);
  17. Prototype void RangeAdd (Range **, int, int);
  18. Prototype void RangeDel (Range **, int, int);
  19. Prototype int  NextInRange (Range *, int);
  20. Prototype int  NextNotInRange (Range *, int);
  21. Prototype void ClearGroupCache (NGroup *);
  22. Prototype FNode **FindFNCache (FNode **, long);
  23. Prototype void AddFNCache(FNode **, long, const char *);
  24. Prototype NGroup *PrevGroup (NGroup *);
  25. Prototype NGroup *LastGroup (void);
  26.  
  27. /* display.c            */
  28.  
  29. Prototype int getyn (char *);
  30. Prototype void *OpenBrowseDisplay (char *, char *, int);
  31. Prototype void SetBrowseTitle (void *, char *);
  32. Prototype void CloseBrowseDisplay (void *);
  33. Prototype void ChangeBrowseDisplay (void *, char *, char *);
  34. Prototype int WaitBrowseEvent (void **, int *, int *);
  35. Prototype void    LoadDisplayConfig (void);
  36. Prototype void    SaveDisplayConfig (void);
  37. Prototype void    RefreshBrowseDisplay (void *, int);
  38.  
  39. /* subs.c               */
  40.  
  41. Prototype void FindUser (char *, int);
  42. Prototype void ScanNewsDirs (void (*) (), long);
  43. Prototype char *FindField (FILE *, char *);
  44. Prototype int  FileExists (const char *);
  45.  
  46. /* filereq.c            */
  47.  
  48. Prototype char *GetFileName (int);
  49.  
  50. /* edit.c               */
  51.  
  52. Prototype void ReplyArticle (int, NGroup *);
  53. Prototype void FollowUpArticle (int, NGroup *);
  54. Prototype void PostArticle (NGroup *);
  55.  
  56. /* postnews.c           */
  57.  
  58. Prototype void PostNews (FILE *, char *);
  59.  
  60. /* refs.c               */
  61.  
  62. Prototype void AddKillFile (char *, int, int);
  63. Prototype void RemKillFile (char *);
  64. Prototype void LoadKillFile (char *);
  65. Prototype void SaveKillFile (char *);
  66. Prototype char *FromLineOf (NGroup *, int);
  67. Prototype char *ReferenceLineOf (NGroup *, int);
  68. Prototype char *NewsMessageIdOf (NGroup *, int);
  69. Prototype char *SubjectOf (NGroup *, int, int);
  70. Prototype char *StripRE (char *);
  71. Prototype int FindArticleReferencing (NGroup *, char *, int);
  72. Prototype int ArticleRefKilled (NGroup *, int);
  73. Prototype char *NextRef (char **);
  74.