missing curlopt_userpwd case for `is_valid'

git-svn-id: https://svn.origo.ethz.ch/eiffelstudio/trunk/Src/library/cURL@83514 8089f293-4706-0410-a29e-feb5c42a2edf
This commit is contained in:
jfiat
2010-06-10 12:31:16 +00:00
parent eb57cb1973
commit e78d34774e

View File

@@ -358,6 +358,7 @@ feature -- Enumerations.
a_integer = curlopt_proxy or
a_integer = curlopt_encoding or
a_integer = curlopt_timeout or
a_integer = curlopt_userpwd or
a_integer = curlopt_customrequest
end