aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/component-factory.h
blob: f4b0c0e1a8ae29158c8799895eb898a9f9e6536c (plain) (blame)
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