]> granicus.if.org Git - curl/commitdiff
the interface is simply called the "C" one these days
authorDaniel Stenberg <daniel@haxx.se>
Wed, 30 Jan 2002 10:07:49 +0000 (10:07 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 30 Jan 2002 10:07:49 +0000 (10:07 +0000)
docs/libcurl-the-guide

index 9d3a65c5f663dd59e084bdd6f4e691f938279467..56b3004eaae5c8fe2ee857141d5eb0127a410b5f 100644 (file)
@@ -11,8 +11,8 @@ About this Document
 
  This document will attempt to describe the general principle and some basic
  approaches to consider when programming with libcurl. The text will focus
- mainly on the C/C++ interface but might apply fairly well on other interfaces
as well as they usually follow the C one pretty closely.
+ mainly on the C interface but might apply fairly well on other interfaces as
+ well as they usually follow the C one pretty closely.
 
  This document will refer to 'the user' as the person writing the source code
  that uses libcurl. That would probably be you or someone in your position.