Add enums.
[wrappi.git] / examples / remote.c
index 5e0d722..ae1d5b6 100644 (file)
@@ -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,