mirror of https://github.com/macssh/macssh.git
added HandleURLString
This commit is contained in:
parent
7b428bb03f
commit
81047fbb83
|
@ -14,5 +14,6 @@ typedef enum TURLKind {
|
||||||
kTn3270URL,
|
kTn3270URL,
|
||||||
kFingerURL,
|
kFingerURL,
|
||||||
kWhoisURL,
|
kWhoisURL,
|
||||||
kSSHURL
|
kSSHURL,
|
||||||
|
kSSH2URL
|
||||||
} TURLKind;
|
} TURLKind;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
void HandleURL(short w);
|
Boolean HandleURL(short w);
|
||||||
void HandleURLString(ConstStr255Param urlString);
|
Boolean HandleURLString(ConstStr255Param urlString);
|
||||||
|
|
||||||
Boolean FindURLAroundPoint(Point curr, short w);
|
Boolean FindURLAroundPoint(Point curr, short w);
|
||||||
void UnloadURL(void);
|
void UnloadURL(void);
|
||||||
|
|
Loading…
Reference in New Issue