CMake/Utilities/cmxmlrpc/xmlrpc_curl_transport.h

9 lines
164 B
C
Raw Normal View History

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