home *** CD-ROM | disk | FTP | other *** search
- /* Prototypes for functions defined in
- proc_main.c
- */
-
- extern struct my_data * p_info;
- extern struct appel_proc * p_data_proc;
- extern struct Task * my_t;
-
- void __stdargs SDprintf(char * , ...);
- void __stdargs SPrintF(char * , char * , ...);
- void My_Print(struct RastPort * , UWORD , UWORD , char * );
-
- void DCloseScreen(struct Screen * );
- void DGiveScreen( struct Screen * );
- void ClearPtr(struct Window * );
-
- struct Window * AddWindow(struct Screen * );
- int __saveds tst_end(void);
- ULONG __saveds SDwait(ULONG );
- void wait_end(void);
-
- void proc_init(void);
- void proc_save(void);
- void proc_end(void);
- int dark(void);
-