From 831740fcacfe67b8124436460afa77af15493f93 Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Thu, 15 Jun 2023 23:27:24 +0200 Subject: one step closer --- xmission.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xmission.h') diff --git a/xmission.h b/xmission.h index be1d8d7..553aff6 100644 --- a/xmission.h +++ b/xmission.h @@ -16,5 +16,8 @@ typedef struct ClientOptions { } ClientOptions_t; c_client c_client_init(ClientOptions_t opts); + +int c_torrent_get(c_client); + void c_client_deinit(c_client); #endif -- cgit v1.2.3