blob: a48f8ce47d360b677a1b6ce5d55201a3cbcb70cc (
plain) (
tree)
|
|
/* 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
|