diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-10-05 15:18:34 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-10-05 15:18:34 +0000 |
commit | 83f385acf39ca5f4d2f4754f85f1171f8a1249b8 (patch) | |
tree | cb22576ff3416f5e5bb58cd1588d60c3798e672d /docs | |
parent | 606af3024bed86777ce2a9fee98bf0d233127cd6 (diff) |
add url to the wikipedia article for a longer description
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libcurl/ABI | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/libcurl/ABI b/docs/libcurl/ABI index 06783b569..5ed97da5a 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 |