home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / auucp+-1.02 / fuucp_plus_src.lzh / include / dnews_protos.h < prev    next >
Encoding:
Text File  |  1990-11-21  |  1.8 KB  |  64 lines

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