~ubuntu-branches/ubuntu/jaunty/transmission/jaunty-security

« back to all changes in this revision

Viewing changes to third-party/libevent/event.3

  • Committer: Bazaar Package Importer
  • Author(s): Philipp Benner
  • Date: 2007-11-22 12:37:14 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20071122123714-b0xi4zxhgk5qwbmc
Tags: 0.93.dfsg-2
* Added missing build-dependency (python).
* debian/control: switching to Homepage, Vcs-Browser and Vcs-Svn official
  fields (Leo "costela" Antunes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
182
182
.Ft "char *"
183
183
.Fn "evbuffer_readline" "struct evbuffer *buf"
184
184
.Ft "struct evhttp *"
185
 
.Fn "evhttp_new"
 
185
.Fn "evhttp_new" "struct event_base *base"
186
186
.Ft int
187
187
.Fn "evhttp_bind_socket" "struct evhttp *http" "const char *address" "u_short port"
188
188
.Ft "void"