1 /* register_ifiction.c Register modules for babel's ifiction API
\r
3 * 2006 by L. Ross Raszewski
\r
5 * This code is freely usable for all purposes.
\r
7 * This work is licensed under the Creative Commons Attribution2.5 License.
\r
8 * To view a copy of this license, visit
\r
9 * http://creativecommons.org/licenses/by/2.5/ or send a letter to
\r
11 * 543 Howard Street, 5th Floor,
\r
12 * San Francisco, California, 94105, USA.
\r
14 * This file depends on modules.h
\r
16 * This version of register.c is stripped down to include only the
\r
17 * needed functionality for the ifiction api
\r
23 char *format_registry[] = {
\r
24 #define TREATY_REGISTER
\r
25 #define CONTAINER_REGISTER
\r
26 #define FORMAT_REGISTER
\r
27 #include "modules.h"
\r