home *** CD-ROM | disk | FTP | other *** search
- /*
- ** MakePROTO
- **
- ** © 1996 by Timo C. Nentwig
- ** All Rights Reserved !
- **
- ** Tcn@oxygen.in-berlin.de
- **
- */
-
- #define proto extern
-
-
-
- // Patch.c
-
- proto struct Window * __saveds __asm New_OpenWindowTagList (REG (a0) struct NewWindow *, REG (a1) struct TagItem *, REG (a6) struct Library *);
- proto BOOL InstallWedge (VOID);
- proto VOID RemoveWedge (VOID);
-
-
- // Main.c
-
-
-
- // Settings.c
-
- proto VOID EvalArgs (VOID);
- proto VOID EvalTTypes (VOID);
- proto VOID InitSettings (VOID);
-
-
- // Cx.c
-
- proto BOOL __regargs HandleCx (CxMsg *Msg);
- proto VOID QuitCx (VOID);
- proto BOOL SetupCx (VOID);
-
-
- // Misc.c
-
- proto BOOL atob (const STRPTR Key);
-