mirror of
https://github.com/reactos/CMake.git
synced 2024-11-29 06:20:23 +00: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
|