repo.or.cz
/
puttycyg-ng.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update README.md
[puttycyg-ng.git]
/
windows
/
cthelper
/
cthelper.h
blob
c4e9da5409369193cc3a6a440c25e42fe91b17f5
1
enum
cthelper_exitcode
{
2
CthelperSuccess
=
0
,
3
CthelperInvalidUsage
,
4
CthelperInvalidPort
,
5
CthelperConnectFailed
,
6
CthelperPtyforkFailure
,
7
CthelperExecFailure
,
8
};