diff --git a/macssh/source/Url/url.h b/macssh/source/Url/url.h index 0c6a560..0576698 100755 --- a/macssh/source/Url/url.h +++ b/macssh/source/Url/url.h @@ -14,5 +14,6 @@ typedef enum TURLKind { kTn3270URL, kFingerURL, kWhoisURL, - kSSHURL + kSSHURL, + kSSH2URL } TURLKind; diff --git a/macssh/source/Url/url.proto.h b/macssh/source/Url/url.proto.h index 2d79c14..152f630 100755 --- a/macssh/source/Url/url.proto.h +++ b/macssh/source/Url/url.proto.h @@ -1,5 +1,5 @@ -void HandleURL(short w); -void HandleURLString(ConstStr255Param urlString); +Boolean HandleURL(short w); +Boolean HandleURLString(ConstStr255Param urlString); Boolean FindURLAroundPoint(Point curr, short w); -void UnloadURL(void); \ No newline at end of file +void UnloadURL(void);