1 2 3 4 5 6 7 8 9 10 11 12 13 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