X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=examples%2Fremote.c;fp=examples%2Fremote.c;h=ae1d5b645bc0ba574229683f2ee1ebcfdfd4ebab;hb=9388e0b0ef1053a05122f6d6b8bb89339bdf2998;hp=5e0d7220fcab65a647af5c07e34a2e45d43f9f74;hpb=53126578ee08c0bd3b3987959fb7d768deb5aedc;p=wrappi.git diff --git a/examples/remote.c b/examples/remote.c index 5e0d722..ae1d5b6 100644 --- a/examples/remote.c +++ b/examples/remote.c @@ -31,7 +31,7 @@ main (int argc, char *argv[]) * simply comment out the next two lines, then wrappi will run the * commands on the local machine. */ - wrap_set_scheme (w, "ssh"); + wrap_set_scheme (w, WRAP_SCHEME_SSH); wrap_set_hostname (w, hostname); /* Connect the handle. Because we didn't set any error handler,