~ubuntu-branches/debian/sid/openssh/sid

« back to all changes in this revision

Viewing changes to packet.h

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2004-10-07 18:03:06 UTC
  • Revision ID: james.westby@ubuntu.com-20041007180306-0l8ii961txetbucx
Tags: 1:3.8.1p1-11ubuntu3
* Nathaniel McCallum:
  - debian/openssh-server.init: pretty initscript
  - debian/control: versioned depend on lsb-base

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
#include <openssl/bn.h>
20
20
 
21
 
void     packet_set_connection(int, int);
 
21
void     packet_set_connection(int, int, int);
22
22
void     packet_set_nonblocking(void);
23
23
int      packet_get_connection_in(void);
24
24
int      packet_get_connection_out(void);