source: trunk/third/ssh/emulate.h @ 10564

Revision 10564, 472 bytes checked in by danw, 27 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r10563, which included commits to RCS files with non-trunk default branches.
Line 
1#ifndef EMULATE_H
2#define EMULATE_H
3
4#define EMULATE_OLD_CHANNEL_CODE 0x0001
5#define EMULATE_OLD_AGENT_BUG    0x0002
6
7#define EMULATE_VERSION_OK                      0
8#define EMULATE_MAJOR_VERSION_MISMATCH          1
9#define EMULATE_VERSION_TOO_OLD                 2
10#define EMULATE_VERSION_NEWER                   3
11
12extern unsigned long emulation_information;
13
14extern int check_emulation(int her_major_version,
15                            int her_minor_version,
16                            int *return_major,
17                            int *return_minor);
18
19#endif /* EMULATE_H */
20
Note: See TracBrowser for help on using the repository browser.