diff options
Diffstat (limited to 'sesman/scp_v0.h')
-rw-r--r-- | sesman/scp_v0.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sesman/scp_v0.h b/sesman/scp_v0.h index 652348e4..08eae801 100644 --- a/sesman/scp_v0.h +++ b/sesman/scp_v0.h @@ -28,6 +28,8 @@ #ifndef SCP_V0_H #define SCP_V0_H +#include "libscp.h" + /** * * @brief processes the stream using scp version 0 @@ -37,6 +39,6 @@ * */ void DEFAULT_CC -scp_v0_process(int in_sck, struct stream* in_s, struct stream* out_s); +scp_v0_process(struct SCP_CONNECTION* c, struct SCP_SESSION* s); #endif |