X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=babel%2Fregister_ifiction.c;fp=babel%2Fregister_ifiction.c;h=55fe9e28fb21eabd386bc39dc7c41e20e9ae2cd6;hb=6fd0347f330cb24ef6145662023053a1c0f81a64;hp=0000000000000000000000000000000000000000;hpb=7d14a66ee234db0898de6fabb8f850ebc4bb733a;p=projects%2Fchimara%2Fchimara.git diff --git a/babel/register_ifiction.c b/babel/register_ifiction.c new file mode 100644 index 0000000..55fe9e2 --- /dev/null +++ b/babel/register_ifiction.c @@ -0,0 +1,29 @@ +/* register_ifiction.c Register modules for babel's ifiction API + * + * 2006 by L. Ross Raszewski + * + * This code is freely usable for all purposes. + * + * This work is licensed under the Creative Commons Attribution2.5 License. + * To view a copy of this license, visit + * http://creativecommons.org/licenses/by/2.5/ or send a letter to + * Creative Commons, + * 543 Howard Street, 5th Floor, + * San Francisco, California, 94105, USA. + * + * This file depends on modules.h + * + * This version of register.c is stripped down to include only the + * needed functionality for the ifiction api + */ + +#include +#include "treaty.h" + +char *format_registry[] = { + #define TREATY_REGISTER + #define CONTAINER_REGISTER + #define FORMAT_REGISTER + #include "modules.h" + NULL +};