diff options
Diffstat (limited to 'calendar/gui/dialogs/new-task-list.h')
-rw-r--r-- | calendar/gui/dialogs/new-task-list.h | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/calendar/gui/dialogs/new-task-list.h b/calendar/gui/dialogs/new-task-list.h new file mode 100644 index 0000000000..3f529f39ad --- /dev/null +++ b/calendar/gui/dialogs/new-task-list.h @@ -0,0 +1,28 @@ +/* Evolution calendar - New task list dialog + * + * Copyright (C) 2003 Novell, Inc. + * + * Author: Rodrigo Moya <rodrigo@ximian.com> + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public + * License as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. + */ + +#ifndef NEW_TASK_LIST_H +#define NEW_TASK_LIST_H + +#include <gtk/gtkwindow.h> + +gboolean new_task_list_dialog (GtkWindow *parent); + +#endif |