diff options
Diffstat (limited to 'src/uaLookup.hpp')
-rw-r--r-- | src/uaLookup.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uaLookup.hpp b/src/uaLookup.hpp index 843283e..3c43371 100644 --- a/src/uaLookup.hpp +++ b/src/uaLookup.hpp @@ -17,6 +17,7 @@ namespace WebStat { using CurlPtr = std::unique_ptr<CURL, DeleteWith<&curl_easy_cleanup>>; using CurlMimePtr = std::unique_ptr<curl_mime, DeleteWith<&curl_mime_free>>; using CurlErrorBuf = std::array<char, CURL_ERROR_SIZE>; + using CurlMultiPtr = std::unique_ptr<CURLM, DeleteWith<&curl_multi_cleanup>>; class CurlOperation { public: |