~ubuntu-branches/ubuntu/natty/curl/natty-security

« back to all changes in this revision

Viewing changes to lib/hostip.h

  • Committer: Bazaar Package Importer
  • Author(s): Artur Rona
  • Date: 2011-01-26 02:50:18 UTC
  • mfrom: (3.4.13 sid)
  • Revision ID: james.westby@ubuntu.com-20110126025018-dzgm2m2t5d1vc9y4
Tags: 7.21.3-1ubuntu1
* Merge from debian unstable.  Remaining changes: (LP: #707756)
  - debian/control:
    + Build-Depends: Replace libssh2-1-dev with openssh-server.
      Drop stunnel since it's in universe, as well.
    + Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.
    Above changes are necessary to be independent from the universe.

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
 * Curl_ipvalid() checks what CURL_IPRESOLVE_* requirements that might've
112
112
 * been set and returns TRUE if they are OK.
113
113
 */
114
 
bool Curl_ipvalid(struct SessionHandle *data);
 
114
bool Curl_ipvalid(struct connectdata *conn);
115
115
 
116
116
/*
117
117
 * Curl_getaddrinfo() is the generic low-level name resolve API within this