diff options
author | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-07-24 21:18:15 +0200 |
---|---|---|
committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-07-24 21:18:15 +0200 |
commit | 958a775afaf95837c78bfe3ef5941aaeede26ddc (patch) | |
tree | 95968abff65dd0013fe4d7c4585caf7365e3a881 /include/libssh/priv.h | |
parent | e776dc16c958c71a83dffe06a85b5f98f3226e82 (diff) | |
download | libssh-958a775afaf95837c78bfe3ef5941aaeede26ddc.tar.gz libssh-958a775afaf95837c78bfe3ef5941aaeede26ddc.tar.xz libssh-958a775afaf95837c78bfe3ef5941aaeede26ddc.zip |
replacing keys_struct with ssh_keys_struct
Diffstat (limited to 'include/libssh/priv.h')
-rw-r--r-- | include/libssh/priv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/priv.h b/include/libssh/priv.h index 66b0e83..46c13d8 100644 --- a/include/libssh/priv.h +++ b/include/libssh/priv.h @@ -324,7 +324,7 @@ struct ssh_agent_struct { unsigned int count; }; -struct keys_struct { +struct ssh_keys_struct { const char *privatekey; const char *publickey; }; |