diff options
Diffstat (limited to 'libraries/xmlrpc-c/README')
-rw-r--r-- | libraries/xmlrpc-c/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libraries/xmlrpc-c/README b/libraries/xmlrpc-c/README index d4278834219e..63ce81b85b2e 100644 --- a/libraries/xmlrpc-c/README +++ b/libraries/xmlrpc-c/README @@ -6,7 +6,7 @@ using HTTP, and gets back the response as XML. This library provides a modular implementation of XML-RPC for C and C++. -The library also provides a variation on XML-RPC that works better in some cases -(but is not standard): packet stream XML-RPC. -XML-RPC For C and C++ is designed for Unix and is most tested on unix. As far -as we know, it works on any reasonably standard unix. +The library also provides a variation on XML-RPC that works better in some +cases (but is not standard): packet stream XML-RPC. XML-RPC For C and C++ +is designed for Unix and is most tested on unix. As far as we know, it works +on any reasonably standard unix. |