summaryrefslogtreecommitdiffstats
path: root/Utilities/cmxmlrpc/xmlrpc_curl_transport.h
blob: 8fc6f682ab6cf1a2512e02757e128efb83d40919 (plain)
1
2
3
4
5
6
7
8
#ifndef XMLRPC_CURL_TRANSPORT_H
#define XMLRPC_CURL_TRANSPORT_H

#include "xmlrpc_transport.h"

extern struct clientTransportOps xmlrpc_curl_transport_ops;

#endif