Fixed bug#18008: Function {CURL_OPT_CONSTANTS}.libcurl_version has wrong type

git-svn-id: https://svn.origo.ethz.ch/eiffelstudio/trunk/Src/library/cURL@88050 8089f293-4706-0410-a29e-feb5c42a2edf
This commit is contained in:
jfiat
2011-11-28 08:21:54 +00:00
parent f17f785ee3
commit 2b7043f670

View File

@@ -17,8 +17,14 @@ class
feature -- Version
libcurl_version: INTEGER
-- Declared as LIBCURL_VERSION
libcurl_version: STRING
-- String representation of LIBCURL_VERSION
do
create Result.make_from_c (libcurl_version_pointer)
end
libcurl_version_pointer: POINTER
-- String pointer declared as LIBCURL_VERSION
external
"C inline use <curl/curlver.h>"
alias
@@ -1087,7 +1093,7 @@ feature -- Status report
note
library: "cURL: Library of reusable components for Eiffel."
copyright: "Copyright (c) 1984-2010, Eiffel Software and others"
copyright: "Copyright (c) 1984-2011, Eiffel Software and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
source: "[
Eiffel Software