aboutsummaryrefslogtreecommitdiffstats
path: root/notes/component-factory.h
blob: 9535ccc4ae001c29b584eb66e8b52846806be06b (plain) (blame)
1
2
3
4
5
6
7
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
#ifndef COMPONENT_FACTORY_H
#define COMPONENT_FACTORY_H

void  component_factory_init  (void);

#endif