/* Data Save Interface For Key Press and Mouse Click fns. */

#ifdef __cplusplus 
extern "C" {
#endif

typedef void (*drw_wint_quicksave_fn)(wimp_w w,
                                      int writeicon,
                                      char *ftype,
                                      wimp_w objwhan,
                                      int objectid);

typedef struct drw_datasvfn_str          drw_datasvfn_str;

struct drw_datasvfn_str {

drw_wint_quicksave_fn   quicksave;

};

#ifdef __cplusplus
}
#endif

