diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-02-03 09:16:40 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-02-03 09:16:40 +0000 |
commit | 4ca017855cfdf35c8b2edb17a646a71cfaf9209e (patch) | |
tree | b8d4be093949626987bb882dcfb7a0061dc764fa /ares_version.3 | |
parent | 1da218113ddf5d1ae85e591a879f88a654779c4e (diff) | |
download | c-ares-4ca017855cfdf35c8b2edb17a646a71cfaf9209e.tar.gz c-ares-4ca017855cfdf35c8b2edb17a646a71cfaf9209e.tar.bz2 c-ares-4ca017855cfdf35c8b2edb17a646a71cfaf9209e.zip |
added notes about incompatible functions
Diffstat (limited to 'ares_version.3')
-rw-r--r-- | ares_version.3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ares_version.3 b/ares_version.3 index 7aeabf7..ec9c179 100644 --- a/ares_version.3 +++ b/ares_version.3 @@ -34,6 +34,8 @@ argument. If you pass a NULL, no integer is attempted to be returned. The integer is built up as 24bit number, with 8 separate bits used for major number, minor number and patch number. This makes a version string such as 1.2.3 will be returned as the hexadecimal number 0x010203 (decimal 66051). +.SH NOTES +This function is not compatible with ares. .SH AUTHOR Daniel Stenberg |