home *** CD-ROM | disk | FTP | other *** search
/ Phase 1 / phase1.bin / Utilities / StickIt / Source / prototype.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-19  |  1.6 KB  |  75 lines

  1. /*******************************************
  2.  *************   prototype.h   *************
  3.  *******************************************/
  4.  
  5.  
  6. /***   main.c   ***/
  7.  
  8. void cleanup(void);
  9. void init(int);
  10. void readtooltypes(void);
  11.  
  12. /***   linkedli.c   ***/
  13.  
  14. struct ndnode *llealloc(void);
  15. void lleadd(struct ndnode *,struct ndnode *);
  16. void llfree(struct ndnode *);
  17. void llfreemid(struct ndnode *);
  18. void lleremove(struct ndnode *);
  19. void llstart(struct ndnode *,struct ndnode *);
  20.  
  21. void initlists(void);
  22.  
  23. /***   general.c   ***/
  24.  
  25. void error(char *,int);
  26. void printfnotes(void);
  27.  
  28. void andysoffgadget(struct Gadget *,struct Window *);
  29. void andysongadget(struct Gadget *,struct Window *);
  30. void andysunselectgadget(struct Gadget *,struct Window *);
  31. void andysselectgadget(struct Gadget *,struct Window *);
  32.  
  33. void storenote(void);
  34. void createcopybuffernode(void);
  35.  
  36. void andyssleeppointer(struct Window *);
  37.  
  38. void andysstripintuimessages(struct MsgPort *, struct Window *);
  39.  
  40. nteptr notealloc(void);
  41.  
  42. /***   files.c   ***/
  43.  
  44. void readnotefile(void);
  45. void writenotefile(void);
  46.  
  47. /***   notes.c   ***/
  48.  
  49. void opennotes(void);
  50. void refreshnotes(void);
  51. void removenotes(void);
  52. void removenote(struct ndnode *);
  53. void refreshnote(struct ndnode *);
  54. void shownotes(void);
  55.  
  56. struct ndnode * findnodefromwin(struct Window *);
  57.  
  58. /***   commodore.c   ***/
  59.  
  60. void CloseWindowSafely(struct Window *);
  61. void StripIntuiMessages(struct MsgPort *, struct Window *);
  62.  
  63. /***   edit.c   ***/
  64.  
  65. void openedit(void);
  66. void closeedit(void);
  67. void displaynote(void);
  68. void updatebuttons(void);
  69.  
  70. void changeno_notes(int);
  71.  
  72. /***   about.c   ***/      /***   Includes iconify code   ***/
  73.  
  74. void openabout(void);
  75.