mirror of
https://github.com/transmission/transmission
synced 2024-12-26 01:27:28 +00:00
25fdb5805c
* refactor: use semantic type tr_torrent_type_t in libtransmission * refactor: use semantic type tr_torrent_type_t in gtk client * refactor: use semantic type tr_torrent_type_t in qt client
7 lines
142 B
C++
7 lines
142 B
C++
#pragma once
|
|
|
|
#include <unordered_set>
|
|
|
|
#include <libtransmission/transmission.h>
|
|
|
|
using torrent_ids_t = std::unordered_set<tr_torrent_id_t>;
|