summaryrefslogtreecommitdiffstats
path: root/sesman/libscp_v0.h
diff options
context:
space:
mode:
authorilsimo <ilsimo>2007-03-24 16:30:43 +0000
committerilsimo <ilsimo>2007-03-24 16:30:43 +0000
commit831ef476b76959ed185fefeea552d01b51765771 (patch)
tree7254f8df85ef9e31cb7452d3daa2065d6b0cacd5 /sesman/libscp_v0.h
parentae9faad218563b46c0a4a00fc584454dbd566825 (diff)
downloadxrdp-proprietary-831ef476b76959ed185fefeea552d01b51765771.tar.gz
xrdp-proprietary-831ef476b76959ed185fefeea552d01b51765771.zip
some fixes for scp v0
Diffstat (limited to 'sesman/libscp_v0.h')
-rw-r--r--sesman/libscp_v0.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sesman/libscp_v0.h b/sesman/libscp_v0.h
index 0071e227..1bad9e60 100644
--- a/sesman/libscp_v0.h
+++ b/sesman/libscp_v0.h
@@ -18,11 +18,11 @@
*/
/**
- *
+ *
* @file libscp_v0.h
* @brief libscp version 0 declarations
* @author Simone Fedele
- *
+ *
*/
#ifndef LIBSCP_V0_H
@@ -39,7 +39,7 @@
* @param d display
*
*/
-enum SCP_CLIENT_STATES_E scp_v0c_connect(struct SCP_CONNECTION* c, struct SCP_SESSION* s, SCP_DISPLAY* d);
+enum SCP_CLIENT_STATES_E scp_v0c_connect(struct SCP_CONNECTION* c, struct SCP_SESSION* s);
/* server API */
/**
@@ -47,7 +47,7 @@ enum SCP_CLIENT_STATES_E scp_v0c_connect(struct SCP_CONNECTION* c, struct SCP_SE
* @brief processes the stream using scp version 0
* @param c connection descriptor
* @param s session descriptor
- * @param skipVchk if set to !0 skips the version control (to be used after
+ * @param skipVchk if set to !0 skips the version control (to be used after
* scp_vXs_accept() )
*
*/