/* To-do widget for gncal
 *
 * Copyright (C) 2000 The Free Software Foundation
 *
 * Author: Federico Mena <federico@helixcode.com>
 */

#ifndef GNCAL_TODO_H
#define GNCAL_TODO_H

#include <libgnome/gnome-defs.h>
#include "gnome-cal.h"

BEGIN_GNOME_DECLS


void gncal_todo_edit (CalClient *client, CalComponent *comp);


END_GNOME_DECLS

#endif