1 #pragma once
2
3 #include <curl/curl.h>
4 #include <pthread.h>
5
6 typedef struct _pEpNetPGPSession {
7 pthread_mutex_t curl_mutex;
8 } pEpNetPGPSession;