diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-07-03 10:45:58 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-07-03 10:45:58 +0800 |
commit | 29700d38aeb9a90caaed499ac010f7632e9587dc (patch) | |
tree | 23c708ae35cd17f6021bd27b80e62a61ed7ed994 /my-evolution/e-summary-tasks.h | |
parent | ed11afdec64d889fbb515ef11897fec3862fe31b (diff) | |
download | gsoc2013-evolution-29700d38aeb9a90caaed499ac010f7632e9587dc.tar.gz gsoc2013-evolution-29700d38aeb9a90caaed499ac010f7632e9587dc.tar.zst gsoc2013-evolution-29700d38aeb9a90caaed499ac010f7632e9587dc.zip |
New tasks stuff
svn path=/trunk/; revision=10715
Diffstat (limited to 'my-evolution/e-summary-tasks.h')
-rw-r--r-- | my-evolution/e-summary-tasks.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/my-evolution/e-summary-tasks.h b/my-evolution/e-summary-tasks.h new file mode 100644 index 0000000000..aec1b39424 --- /dev/null +++ b/my-evolution/e-summary-tasks.h @@ -0,0 +1,20 @@ +/* + * e-summary-tasks.h + * + * Copyright (C) 2001 Ximian, Inc. + * + * Authors: Iain Holmes <iain@ximian.com> + */ + +#ifndef __E_SUMMARY_TASKS_H__ +#define __E_SUMMARY_TASKS_H__ + +#include "e-summary-type.h" + +typedef struct _ESummaryTasks ESummaryTasks; + +const char *e_summary_tasks_get_html (ESummary *summary); +void e_summary_tasks_init (ESummary *summary); +void e_summary_tasks_reconfigure (ESummary *summary); + +#endif |