mirror of
https://github.com/Kitware/CMake.git
synced 2025-06-23 21:00:46 +08:00
9 lines
164 B
C
9 lines
164 B
C
#ifndef XMLRPC_CURL_TRANSPORT_H
|
|
#define XMLRPC_CURL_TRANSPORT_H
|
|
|
|
#include "xmlrpc_transport.h"
|
|
|
|
extern struct clientTransportOps xmlrpc_curl_transport_ops;
|
|
|
|
#endif
|