1 /* register.c Register modules for the babel handler 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 * The purpose of this file is to create the treaty_registry array.
\r
17 * This array is a null-terminated list of the known treaty modules.
\r
21 #include "modules.h"
\r
24 TREATY treaty_registry[] = {
\r
25 #define TREATY_REGISTER
\r
26 #include "modules.h"
\r
30 TREATY container_registry[] = {
\r
31 #define CONTAINER_REGISTER
\r
32 #include "modules.h"
\r