From d09d4962997e9056652815aab81f49311a6a59a8 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Fri, 8 Jun 2001 20:47:52 +0000 Subject: Committing the new My Evolution. svn path=/trunk/; revision=10163 --- my-evolution/component-factory.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 my-evolution/component-factory.h (limited to 'my-evolution/component-factory.h') 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 + */ + +#ifndef __COMPONENT_FACTORY_H__ +#define __COMPONENT_FACTORY_H__ + +void component_factory_init (void); + +#endif -- cgit