/**********************************************************************
 * header file for the "week" program
 *
 * $Author: brlewis $
 * $Source$
 * $Header$
 *
 * Copyright 1994 by the Massachusetts Institute of Technology.
 *
 * For copying and distribution information, please see the file
 * <mit-copyright.h>.
 **********************************************************************/
#include <mit-copyright.h>

#include <X11/Wc/WcCreate.h>

typedef struct _weekstate *weekstate;

typedef struct _weekstate
{
  Widget myShell, mainButton, mainLabel;
} weekstateStruct;

extern weekstate weekstate_create _(());
