aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-tasks.h
diff options
context:
space:
mode:
authornobody <nobody@localhost>2001-07-26 10:23:33 +0800
committernobody <nobody@localhost>2001-07-26 10:23:33 +0800
commitbd56ec56c662ba26f29690524fbe8d313be6118f (patch)
tree5c64260398fbee96c8074faef3fb06bf6ce67706 /my-evolution/e-summary-tasks.h
parent9cf5ba1797448f8a2eb28add9f6b07c6adb31495 (diff)
downloadgsoc2013-evolution-GAL_0_10.tar
gsoc2013-evolution-GAL_0_10.tar.gz
gsoc2013-evolution-GAL_0_10.tar.bz2
gsoc2013-evolution-GAL_0_10.tar.lz
gsoc2013-evolution-GAL_0_10.tar.xz
gsoc2013-evolution-GAL_0_10.tar.zst
gsoc2013-evolution-GAL_0_10.zip
This commit was manufactured by cvs2svn to create tag 'GAL_0_10'.GAL_0_10
svn path=/tags/GAL_0_10/; revision=11421
Diffstat (limited to 'my-evolution/e-summary-tasks.h')
-rw-r--r--my-evolution/e-summary-tasks.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/my-evolution/e-summary-tasks.h b/my-evolution/e-summary-tasks.h
deleted file mode 100644
index fbf0ae4f32..0000000000
--- a/my-evolution/e-summary-tasks.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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);
-void e_summary_tasks_free (ESummary *summary);
-
-#endif