Test example program.
[wrappi.git] / APIs / handle.api
1 entry_point local void connect () ;;
2
3 (* XXX Should scheme be an enum? *)
4 entry_point local void set_scheme (string scheme) ;;
5 entry_point local void set_hostname (string hostname) ;;