55fe9e28fb21eabd386bc39dc7c41e20e9ae2cd6
[projects/chimara/chimara.git] / babel / register_ifiction.c
1 /* register_ifiction.c    Register modules for babel's ifiction API\r
2  *\r
3  * 2006 by L. Ross Raszewski\r
4  *\r
5  * This code is freely usable for all purposes.\r
6  *\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
10  * Creative Commons,\r
11  * 543 Howard Street, 5th Floor,\r
12  * San Francisco, California, 94105, USA.\r
13  *\r
14  * This file depends on modules.h\r
15  *\r
16  * This version of register.c is stripped down to include only the\r
17  * needed functionality for the ifiction api\r
18  */\r
19 \r
20 #include <stdlib.h>\r
21 #include "treaty.h"\r
22 \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
28         NULL\r
29 };\r