blob: f4b0c0e1a8ae29158c8799895eb898a9f9e6536c (
plain) (
tree)
|
|
/*
* 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
|