00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifdef __cplusplus
00011 extern "C" {
00012 #endif
00013
00014 #ifndef RTRLIB_H
00015 #define RTRLIB_H
00016
00017 #define RTRLIB_HAVE_LIBSSH
00018 #define RTRLIB_VERSION_MAJOR 0
00019 #define RTRLIB_VERSION_MINOR 7
00020 #define RTRLIB_VERSION_PATCH 0
00021
00022 #include "lib/alloc_utils.h"
00023 #include "lib/ip.h"
00024 #include "lib/ipv4.h"
00025 #include "lib/ipv6.h"
00026 #include "pfx/pfx.h"
00027 #include "rtr/rtr.h"
00028 #include "rtr_mgr.h"
00029 #include "spki/spkitable.h"
00030 #include "transport/tcp/tcp_transport.h"
00031 #include "transport/transport.h"
00032 #ifdef RTRLIB_HAVE_LIBSSH
00033 #include "rtrlib/transport/ssh/ssh_transport.h"
00034 #endif
00035
00036 #endif
00037
00038
00039 #ifdef __cplusplus
00040 }
00041 #endif