1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-12-17 06:18:58 +03:00

Fix conflicting declarations of ssh_session and ssh_kbdint.

This commit is contained in:
Andreas Schneider
2009-07-25 20:26:01 +02:00
parent 5d1fa1be24
commit 3b8c4dc750
10 changed files with 33 additions and 33 deletions

View File

@@ -174,7 +174,7 @@ int ssh_message_service_reply_success(SSH_MESSAGE *msg);
char *ssh_message_service_service(SSH_MESSAGE *msg);
void ssh_set_message_callback(SSH_SESSION *session,
int(*ssh_message_callback)(struct ssh_session *session, struct ssh_message *msg));
int(*ssh_message_callback)(ssh_session session, struct ssh_message *msg));
#ifdef __cplusplus
}
#endif /* __cplusplus */