1
0

xmlrpc_curl_transport.h 164 B

12345678
  1. #ifndef XMLRPC_CURL_TRANSPORT_H
  2. #define XMLRPC_CURL_TRANSPORT_H
  3. #include "xmlrpc_transport.h"
  4. extern struct clientTransportOps xmlrpc_curl_transport_ops;
  5. #endif