mirror of https://github.com/macssh/macssh.git
SSH2ErrorDialog() const argument
This commit is contained in:
parent
0782520773
commit
3c2acd81c8
|
@ -299,7 +299,7 @@ RandomizeFilter(DialogPtr dlog,EventRecord *event,short *itemHit)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
void SSH2ErrorDialog(char *mess1)
|
void SSH2ErrorDialog(const char *mess1)
|
||||||
{
|
{
|
||||||
DialogPtr dlog;
|
DialogPtr dlog;
|
||||||
short item;
|
short item;
|
||||||
|
|
|
@ -35,7 +35,7 @@ extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
Boolean SSH2RandomizeDialog( long *type, long *level, long *encrypt, Str255 label );
|
Boolean SSH2RandomizeDialog( long *type, long *level, long *encrypt, Str255 label );
|
||||||
void SSH2ErrorDialog(char *mess1);
|
void SSH2ErrorDialog(const char *mess1);
|
||||||
|
|
||||||
Boolean SSH2LoginDialog(StringPtr inhost, StringPtr iologin, StringPtr outpassword);
|
Boolean SSH2LoginDialog(StringPtr inhost, StringPtr iologin, StringPtr outpassword);
|
||||||
Boolean SSH2PasswordDialog (const char *inprompt, StringPtr outpassword, WindowPtr term);
|
Boolean SSH2PasswordDialog (const char *inprompt, StringPtr outpassword, WindowPtr term);
|
||||||
|
|
Loading…
Reference in New Issue