/* To-do widget for gncal * * Copyright (C) 2000 The Free Software Foundation * * Author: Federico Mena */ #ifndef GNCAL_TODO_H #define GNCAL_TODO_H #include #include "gnome-cal.h" BEGIN_GNOME_DECLS void gncal_todo_edit (CalClient *client, CalComponent *comp); END_GNOME_DECLS #endif