mirror of
https://github.com/transmission/transmission
synced 2025-01-02 13:05:08 +00:00
6 lines
87 B
C
6 lines
87 B
C
|
#pragma once
|
||
|
|
||
|
#include <unordered_set>
|
||
|
|
||
|
using torrent_ids_t = std::unordered_set<int>;
|