]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
add url to the wikipedia article for a longer description
authorDaniel Stenberg <daniel@haxx.se>
Fri, 5 Oct 2007 15:18:34 +0000 (15:18 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 5 Oct 2007 15:18:34 +0000 (15:18 +0000)
docs/libcurl/ABI

index 06783b569b74f2d25945412b748ac60968168c2b..5ed97da5a68747caf56026e832e9d6587f8cbdad 100644 (file)
@@ -6,13 +6,16 @@
 
                           libcurl's binary interface
 
-ABI
+ABI - Application Binary Interface
 
   First, allow me to define the word for this context: ABI describes the
   low-level interface between an application program a library. Calling
   conventions, function arguments, return values, struct sizes/defines and
   more.
 
+  For a longer descricption, see
+  http://en.wikipedia.org/wiki/Application_binary_interface
+
 Upgrades
 
   In the vast majority of all cases, a typical libcurl upgrade does not break