home *** CD-ROM | disk | FTP | other *** search
- /*******************************************
- ************* prototype.h *************
- *******************************************/
-
-
- /*** main.c ***/
-
- void cleanup(void);
- void init(int);
- void readtooltypes(void);
-
- /*** linkedli.c ***/
-
- struct ndnode *llealloc(void);
- void lleadd(struct ndnode *,struct ndnode *);
- void llfree(struct ndnode *);
- void llfreemid(struct ndnode *);
- void lleremove(struct ndnode *);
- void llstart(struct ndnode *,struct ndnode *);
-
- void initlists(void);
-
- /*** general.c ***/
-
- void error(char *,int);
- void printfnotes(void);
-
- void andysoffgadget(struct Gadget *,struct Window *);
- void andysongadget(struct Gadget *,struct Window *);
- void andysunselectgadget(struct Gadget *,struct Window *);
- void andysselectgadget(struct Gadget *,struct Window *);
-
- void storenote(void);
- void createcopybuffernode(void);
-
- void andyssleeppointer(struct Window *);
-
- void andysstripintuimessages(struct MsgPort *, struct Window *);
-
- nteptr notealloc(void);
-
- /*** files.c ***/
-
- void readnotefile(void);
- void writenotefile(void);
-
- /*** notes.c ***/
-
- void opennotes(void);
- void refreshnotes(void);
- void removenotes(void);
- void removenote(struct ndnode *);
- void refreshnote(struct ndnode *);
- void shownotes(void);
-
- struct ndnode * findnodefromwin(struct Window *);
-
- /*** commodore.c ***/
-
- void CloseWindowSafely(struct Window *);
- void StripIntuiMessages(struct MsgPort *, struct Window *);
-
- /*** edit.c ***/
-
- void openedit(void);
- void closeedit(void);
- void displaynote(void);
- void updatebuttons(void);
-
- void changeno_notes(int);
-
- /*** about.c ***/ /*** Includes iconify code ***/
-
- void openabout(void);
-