home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Utilities / amiCheck / Source / reconcilePanel.h < prev    next >
C/C++ Source or Header  |  1995-09-16  |  618b  |  30 lines

  1. #ifndef RECONCILEPANEL_H
  2. #define RECONCILEPANEL_H
  3.  
  4. /************************************************************************
  5. *   reconPanel.h:
  6. *   global externs for the editing of the reconcile features
  7. *   
  8. *************************************************************************/
  9.  
  10. /* gadget enumerations */
  11. enum
  12. {
  13.     GID_RCPCURR,
  14.     GID_RCPWARN,
  15.     GID_RCPRESULTS,
  16.     GID_RCPOK,
  17.     GID_RCPCANCEL,
  18. };
  19.  
  20.  
  21. /* tags */
  22.                        
  23. /* layout structures */
  24. extern GadgetSpec *RCP_RecSpecs[];
  25. extern ULONG RCP_RecPanel[];
  26. extern GUIFront *recGUI;
  27.  
  28. void ReconcileGUI(void);                         
  29. #endif
  30.