~ubuntu-branches/ubuntu/precise/wget/precise-proposed

« back to all changes in this revision

Viewing changes to src/connect.h

  • Committer: Bazaar Package Importer
  • Author(s): Noèl Köthe
  • Date: 2005-10-13 16:59:03 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051013165903-3e12j4gn6znkhmdb
Tags: 1.10.2-1
new upstream release which fixes a NTLM Buffer Overflow Vulnerability

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
};
60
60
int select_fd PARAMS ((int, double, int));
61
61
int test_socket_open PARAMS ((int));
62
 
int socket_has_inet6 PARAMS ((void));
63
62
 
64
63
typedef int (*fd_reader_t) PARAMS ((int, char *, int, void *));
65
64
typedef int (*fd_writer_t) PARAMS ((int, char *, int, void *));