aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/component-factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'my-evolution/component-factory.h')
-rw-r--r--my-evolution/component-factory.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/my-evolution/component-factory.h b/my-evolution/component-factory.h
new file mode 100644
index 0000000000..f4b0c0e1a8
--- /dev/null
+++ b/my-evolution/component-factory.h
@@ -0,0 +1,14 @@
+/*
+ * component-factory.h: Header file for component-factory.c
+ *
+ * Copyright (C) 2001 Ximian, Inc.
+ *
+ * Authors: Iain Holmes <iain@ximian.com>
+ */
+
+#ifndef __COMPONENT_FACTORY_H__
+#define __COMPONENT_FACTORY_H__
+
+void component_factory_init (void);
+
+#endif