libssh-rs-sys 0.1.3

Native bindings to the libssh library
Documentation
1
2
3
4
5
6
7
8
/* silent gcc */
int chroot(const char *);

int chroot(const char *path)
{
    (void)path;
    return 0;
}