//
//  CurlWrapper.h
//  Talsec
//
//  Created by Jakub Mejtský on 23/07/2019.
//  Copyright © 2019 AHEAD iTec, s.r.o. All rights reserved.
//

#ifndef CurlWrapper_h
#define CurlWrapper_h

#include "curl.h"
#include <stdio.h>
#include <stdlib.h>
#include <sys/sysctl.h>
#include <unistd.h>
#include <string.h>

struct vPClOncZCkSQ {
    char *memory;
    size_t size;
    CURLcode ret;
};

#endif /* CurlWrapper_h */
