/*
**    MakePROTO
**
**        © 1996 by Timo C. Nentwig
**        All Rights Reserved !
**
**        Tcn@oxygen.in-berlin.de
**
*/

#define    proto    extern



// Main.c



// Cx.c

proto  BOOL __regargs HandleCx     (CxMsg *Msg);
proto  VOID           QuitCx       (VOID);
proto  BOOL           SetupCx      (VOID);


// Settings.c

proto VOID EvalArgs     (VOID);
proto VOID EvalTTypes   (VOID);
proto VOID InitSettings (VOID);
proto BOOL atob         (const STRPTR Key);


// Click.c

proto VOID __regargs DriveClick (BOOL Active);
