From b02b7f71978a172848322f0671d580e425634916 Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Sat, 17 Jun 2023 11:17:31 +0200 Subject: one step closer --- xmission.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmission.h') diff --git a/xmission.h b/xmission.h index 553aff6..bcae923 100644 --- a/xmission.h +++ b/xmission.h @@ -17,7 +17,7 @@ typedef struct ClientOptions { c_client c_client_init(ClientOptions_t opts); -int c_torrent_get(c_client); +char *c_torrent_get(c_client); void c_client_deinit(c_client); #endif -- cgit v1.2.3