Change all occurences of STRING * to ssh_string

This commit is contained in:
Aris Adamantiadis
2009-07-24 21:45:41 +02:00
parent 8f3891e968
commit 56ee212641
16 changed files with 268 additions and 253 deletions

View File

@@ -592,7 +592,7 @@ int packet_send(SSH_SESSION *session) {
}
void packet_parse(SSH_SESSION *session) {
STRING *error_s = NULL;
ssh_string error_s = NULL;
char *error = NULL;
u32 type = session->in_packet.type;
u32 tmp;