mirror of
				https://github.com/libssh2/libssh2.git
				synced 2025-10-30 12:05:34 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			516 B
		
	
	
	
		
			Groff
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			516 B
		
	
	
	
		
			Groff
		
	
	
	
	
	
| .\" $Id: libssh2_session_startup.3,v 1.2 2007/01/02 05:47:00 gusarov Exp $
 | |
| .\"
 | |
| .TH libssh2_session_startup 3 "14 Dec 2006" "libssh2 0.15" "libssh2 manual"
 | |
| .SH NAME
 | |
| libssh2_session_startup - begin transport layer
 | |
| .SH SYNOPSIS
 | |
| #include <libssh2.h>
 | |
| 
 | |
| int libssh2_session_startup(LIBSSH2_SESSION *session, int socket);
 | |
| .SH DESCRIPTION
 | |
| Begin transport layer protocol negotiation with the connected host.
 | |
| .SH RETURN VALUE
 | |
| 0 on success, \-1 on failure
 | |
| .SH "SEE ALSO"
 | |
| .BI libssh2_session_free(3),
 | |
| .BI libssh2_session_init(3)
 |