Files
evolution/my-evolution/component-factory.h
Iain Holmes d09d496299 Committing the new My Evolution.
svn path=/trunk/; revision=10163
2001-06-08 20:47:52 +00:00

15 lines
261 B
C

/*
* 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