mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-07 18:50:27 +09:00
Change all occurences of STRING * to ssh_string
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user