Made packet_wait issue warnings

This commit is contained in:
Aris Adamantiadis
2009-12-13 20:49:47 +01:00
parent 46b2b99f63
commit 9780f22866
4 changed files with 11 additions and 88 deletions

View File

@@ -29,7 +29,6 @@ typedef struct packet_struct {
uint8_t type;
} PACKET;
void packet_parse(ssh_session session);
int packet_send(ssh_session session);
int packet_read(ssh_session session);