Welcome to mirror list, hosted at ThFree Co, Russian Federation.

xmlrpc-c.h « moses - github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4a8a3d0c05c08f61357820075bc8dca6af001af9 (plain)
1
2
3
4
5
6
7
8
#ifdef HAVE_XMLRPC_C
#include <xmlrpc-c/base.hpp>
#else
namespace xmlrpc_c
{
class value;
}
#endif