mirror of
				https://github.com/libssh2/libssh2.git
				synced 2025-11-03 22:13:11 +03:00 
			
		
		
		
	use const to silence a bazillion warnings
This commit is contained in:
		@@ -1036,7 +1036,7 @@ _libssh2_debug(LIBSSH2_SESSION * session, int context, const char *format, ...)
 | 
			
		||||
#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);
 | 
			
		||||
 | 
			
		||||
#define LIBSSH2_SOCKET_UNKNOWN                   1
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user