aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/gncal-todo.h
blob: a48f8ce47d360b677a1b6ce5d55201a3cbcb70cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* 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