/* Prototypes for functions defined in PrL.c */
int SetSheet38(APTR object);
int SetSheet28(APTR object);
int SetSheet27(APTR object);
int SetPos11(APTR object);
int SetPos12(APTR object);
int SetPos13(APTR object);
int SetPos14(APTR object);
int SetPos15(APTR object);
int SetPos16(APTR object);
int SetPos17(APTR object);
int SetPos18(APTR object);
int SetPos21(APTR object);
int SetPos22(APTR object);
int SetPos23(APTR object);
int SetPos24(APTR object);
int SetPos25(APTR object);
int SetPos26(APTR object);
int SetPos27(APTR object);
int SetPos28(APTR object);
int SetPos31(APTR object);
int SetPos32(APTR object);
int SetPos33(APTR object);
int SetPos34(APTR object);
int SetPos35(APTR object);
int SetPos36(APTR object);
int SetPos37(APTR object);
int SetPos38(APTR object);
int PrintLabels(APTR object);
int PrevLabel(APTR object);
int NextLabel(APTR object);
int KillLabel(APTR object);
int PrintAt(char (*PageBuffer)[],
            int xpos,
            int ypos,
            int labelnum);
int DumpBuffer(char (*PageBuffer)[]);
int BlankBuffer(char (*PageBuffer)[]);
int GoLine1(APTR object);
int GoLine2(APTR object);
int GoLine3(APTR object);
int GoLine4(APTR object);
int GoLine5(APTR object);
int GoLine6(APTR object);
int GoLine7(APTR object);
int Label38(void);
int Label28(void);
int Label27(void);
int About(APTR object);
int ReadList(APTR object);
char *GetLine(char *inbuff,
              char *outbuff,
              char delim);
int SaveList(APTR object);
int CreateIText(struct IntuiText *str,
                SHORT left,
                SHORT top,
                UBYTE *mesg);
int ReqMessage2(struct Window *wind,
                char *string1,
                char *string2,
                int flag);
