diff options
| author | ilsimo <ilsimo> | 2006-10-15 13:08:08 +0000 |
|---|---|---|
| committer | ilsimo <ilsimo> | 2006-10-15 13:08:08 +0000 |
| commit | 71e7fc734d6160ae6c19e440db1266b30bdb667e (patch) | |
| tree | 12c894dfa0759635492718cedae733d5b0606353 /sesman/scp.h | |
| parent | 0a7dc2b687f92be24df745574e2ff61cd701ebab (diff) | |
| download | xrdp-proprietary-71e7fc734d6160ae6c19e440db1266b30bdb667e.tar.gz xrdp-proprietary-71e7fc734d6160ae6c19e440db1266b30bdb667e.zip | |
first try for a scp protocol layer (aka libscp)
Diffstat (limited to 'sesman/scp.h')
| -rw-r--r-- | sesman/scp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/scp.h b/sesman/scp.h index 713c7836..8da78b86 100644 --- a/sesman/scp.h +++ b/sesman/scp.h @@ -29,7 +29,7 @@ #define SCP_H #include "scp_v0.h" -//#include "scp_v1.h" +#include "libscp.h" /** * |
