home *** CD-ROM | disk | FTP | other *** search
/ MACD 4 / MACD4.iso / cdity / smartwin_src.lha / SmartWIN / source / include / Protos.h < prev   
Encoding:
C/C++ Source or Header  |  1996-10-16  |  733 b   |  43 lines

  1. /*
  2. **    MakePROTO
  3. **
  4. **        © 1996 by Timo C. Nentwig
  5. **        All Rights Reserved !
  6. **
  7. **        Tcn@oxygen.in-berlin.de
  8. **
  9. */
  10.  
  11. #define    proto    extern
  12.  
  13.  
  14.  
  15. // Patch.c
  16.  
  17. proto  struct Window * __saveds __asm    New_OpenWindowTagList  (REG (a0) struct NewWindow *, REG (a1) struct TagItem *, REG (a6) struct Library *);
  18. proto  BOOL    InstallWedge (VOID);
  19. proto  VOID    RemoveWedge  (VOID);
  20.  
  21.  
  22. // Main.c
  23.  
  24.  
  25.  
  26. // Settings.c
  27.  
  28. proto VOID    EvalArgs        (VOID);
  29. proto VOID    EvalTTypes      (VOID);
  30. proto VOID    InitSettings    (VOID);
  31.  
  32.  
  33. // Cx.c
  34.  
  35. proto BOOL __regargs    HandleCx (CxMsg *Msg);
  36. proto VOID              QuitCx   (VOID);
  37. proto BOOL              SetupCx  (VOID);
  38.  
  39.  
  40. // Misc.c
  41.  
  42. proto BOOL    atob (const STRPTR Key);
  43.