/*
 * This file is part of RTRlib.
 *
 * This file is subject to the terms and conditions of the MIT license.
 * See the file LICENSE in the top level directory for more details.
 *
 * Website: http://rtrlib.realmv6.org/
 */


/*
 * This File contains forward declarations for some tommy types
 * This is to be used in public headers
 */

typedef struct tommy_node_struct tommy_node;
typedef tommy_node * tommy_list;
