/* Interface provided by PuTTY side of code to RISC OS */

#ifndef SSHFUNC_H
#define SSHFUNC_H

#include "sshdef.h"
#include "windows.h"
#include "putty.h"
#include "sshstrc.h"

extern WChar *ssh_init (WInt pN, HWND hwnd, WChar *host, WInt port, WChar **realhost);
extern WInt ssh_msg (WInt pN, WPARAM wParam, LPARAM lParam);
extern WChar *ssh_send (WInt pN, WChar *buf, WInt len);
extern WChar *ssh_size(WInt pN);
/*void ssh_special (Telnet_Special code);*/


#endif
