#ifndef SERL_CHANGE_GADGET_H
#define SERL_CHANGE_GADGET_H
/****************************************************************************
*
* $RCSfile: ChangeGadget.h $
* $Revision: 1.1 $
* $Date: 1997/08/19 15:11:06 $
* $Author: ssolie $
*
*****************************************************************************
*
* Copyright (c) 1997 Software Evolution.  All Rights Reserved.
*
*****************************************************************************
*
* ChangeGadget.h -- Change gadget header file
*
* This header file is required to use any of the change gadget functions.
*/

#include <exec/types.h>
#include <intuition/intuition.h>


VOID enableGadget(struct Window *window, struct Gadget *gadget);
VOID disableGadget(struct Window *window, struct Gadget *gadget);


#endif
