mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 18:50:28 +09:00
Add constant SSH_ERRNO_MSG_MAX
Signed-off-by: Norbert Pocs <npocs@redhat.com> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
committed by
Jakub Jelen
parent
738cedb8be
commit
face3aadb4
@@ -429,6 +429,7 @@ void ssh_agent_state_free(void *data);
|
|||||||
|
|
||||||
bool is_ssh_initialized(void);
|
bool is_ssh_initialized(void);
|
||||||
|
|
||||||
|
#define SSH_ERRNO_MSG_MAX 1024
|
||||||
char *ssh_strerror(int err_num, char *buf, size_t buflen);
|
char *ssh_strerror(int err_num, char *buf, size_t buflen);
|
||||||
|
|
||||||
#endif /* _LIBSSH_PRIV_H */
|
#endif /* _LIBSSH_PRIV_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user