X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9e66dd72aafe17f731081ba7023875fef091a249..5e524e9804b45a5c8150af940486cca4c8f4d035:/examples/c/app-bittorrent/bittorrent-peer.h diff --git a/examples/c/app-bittorrent/bittorrent-peer.h b/examples/c/app-bittorrent/bittorrent-peer.h index b1a88fbab6..6bbc1207b3 100644 --- a/examples/c/app-bittorrent/bittorrent-peer.h +++ b/examples/c/app-bittorrent/bittorrent-peer.h @@ -31,7 +31,6 @@ typedef s_connection_t* connection_t; typedef const s_connection_t* const_connection_t; connection_t connection_new(int id); -void connection_free(void* data); void connection_add_speed_value(connection_t connection, double speed); int connection_has_piece(const_connection_t connection, unsigned int piece);