diff options
author | Christian Segundo | 2023-06-15 23:27:24 +0200 |
---|---|---|
committer | Christian Segundo | 2023-06-15 23:27:24 +0200 |
commit | 831740fcacfe67b8124436460afa77af15493f93 (patch) | |
tree | b5303ca5833c4c551d636411988808cfb023b0f6 /xmission.h | |
parent | db5d7914d82d69021cf303e0ab02b46e0730bf48 (diff) | |
download | zmission-831740fcacfe67b8124436460afa77af15493f93.tar.gz |
one step closer
Diffstat (limited to 'xmission.h')
-rw-r--r-- | xmission.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |