RTRlib
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
rtrlib.h
1 /*
2  * This file is part of RTRlib.
3  *
4  * This file is subject to the terms and conditions of the MIT license.
5  * See the file LICENSE in the top level directory for more details.
6  *
7  * Website: http://rtrlib.realmv6.org/
8  */
9 
10 #ifndef RTRLIB_H
11 #define RTRLIB_H
12 
13 #define RTRLIB_HAVE_LIBSSH
14 #define RTRLIB_VERSION_MAJOR 0
15 #define RTRLIB_VERSION_MINOR 4
16 #define RTRLIB_VERSION_PATCH 0
17 
18 #include "rtrlib/transport/transport.h"
19 #include "rtrlib/transport/tcp/tcp_transport.h"
20 #include "rtrlib/rtr_mgr.h"
21 #include "rtrlib/pfx/trie/trie-pfx.h"
22 #include "rtrlib/rtr/rtr.h"
23 #include "rtrlib/lib/utils.h"
24 #ifdef RTRLIB_HAVE_LIBSSH
25 #include "rtrlib/transport/ssh/ssh_transport.h"
26 #endif
27 
28 #endif