CMake/Utilities/cmxmlrpc/xmlrpc_curl_transport.h

9 lines
164 B
C
Raw Normal View History

2005-02-22 21:08:27 +03:00
#ifndef XMLRPC_CURL_TRANSPORT_H
#define XMLRPC_CURL_TRANSPORT_H
#include "xmlrpc_transport.h"
extern struct clientTransportOps xmlrpc_curl_transport_ops;
#endif