1 // Copyright Daniel Wallin 2006. Use, modification and distribution is
2 // subject to the Boost Software License, Version 1.0. (See accompanying
3 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5 #include <boost/python/module.hpp>
8 void bind_fingerprint();
9 void bind_big_number();
12 void bind_torrent_info();
13 void bind_filesystem();
14 void bind_torrent_handle();
15 void bind_torrent_status();
16 void bind_session_settings();
20 void bind_extensions();
21 void bind_peer_plugin();
23 void bind_peer_info();
24 void bind_ip_filter();
26 BOOST_PYTHON_MODULE(libtorrent
)
38 bind_torrent_handle();
39 bind_torrent_status();
40 bind_session_settings();