Daniel Stenberg <[email protected]> writes: > Note that internally in libssh2 we use libssh2_socket_t and not 'int' > for sockets so that they work better on more operating systems (like > windows).
Thank you, I've applied the change. BTW, related to portability (but a trifling issue), I would propose eliminating "negative exit codes" in example/*.c. I may be worrying unduly since they are harmless in sample programs, but users might cut&paste them into their production code... Regards, -- Daiki Ueno _______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
