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