use const to silence a bazillion warnings
This commit is contained in:
parent
2de339b2f7
commit
3420e9858c
@ -1036,7 +1036,7 @@ _libssh2_debug(LIBSSH2_SESSION * session, int context, const char *format, ...)
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int libssh2_error(LIBSSH2_SESSION* session, int errcode, char* errmsg,
|
int libssh2_error(LIBSSH2_SESSION* session, int errcode, const char* errmsg,
|
||||||
int should_free);
|
int should_free);
|
||||||
|
|
||||||
#define LIBSSH2_SOCKET_UNKNOWN 1
|
#define LIBSSH2_SOCKET_UNKNOWN 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user