From: Daniel Stenberg Date: Fri, 5 Oct 2007 15:18:34 +0000 (+0000) Subject: add url to the wikipedia article for a longer description X-Git-Tag: curl-7_17_1~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83f385acf39ca5f4d2f4754f85f1171f8a1249b8;p=thirdparty%2Fcurl.git add url to the wikipedia article for a longer description --- diff --git a/docs/libcurl/ABI b/docs/libcurl/ABI index 06783b569b..5ed97da5a6 100644 --- a/docs/libcurl/ABI +++ b/docs/libcurl/ABI @@ -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