aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-type.h
diff options
context:
space:
mode:
Diffstat (limited to 'my-evolution/e-summary-type.h')
-rw-r--r--my-evolution/e-summary-type.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/my-evolution/e-summary-type.h b/my-evolution/e-summary-type.h
new file mode 100644
index 0000000000..1ebc8ea63a
--- /dev/null
+++ b/my-evolution/e-summary-type.h
@@ -0,0 +1,14 @@
+/*
+ * e-summary-type.h:
+ *
+ * Copyright (C) 2001 Ximian, Inc.
+ *
+ * Authors: Iain Holmes <iain@ximian.com>
+ */
+
+#ifndef __E_SUMMARY_TYPE_H__
+#define __E_SUMMARY_TYPE_H__
+
+typedef struct _ESummary ESummary;
+
+#endif