#ifndef _defs_h_
#define _defs_h_

/*
 * $Id
 */

typedef struct _defaults {
   Widget status;
} defaults;

extern defaults defs;

#endif
