diff options
| author | ilsimo <ilsimo> | 2008-02-21 15:50:31 +0000 |
|---|---|---|
| committer | ilsimo <ilsimo> | 2008-02-21 15:50:31 +0000 |
| commit | 57484bd7016c6e56854dc4c34ac0dc8077a07014 (patch) | |
| tree | dc081809815ab499c9b8827fc92e7c2b7b03df09 /sesman/libscp/libscp_init.h | |
| parent | 4c9d3862e55ab5d6fa734549478bb0a00be9f7ed (diff) | |
| download | xrdp-proprietary-57484bd7016c6e56854dc4c34ac0dc8077a07014.tar.gz xrdp-proprietary-57484bd7016c6e56854dc4c34ac0dc8077a07014.zip | |
more work on logging
Diffstat (limited to 'sesman/libscp/libscp_init.h')
| -rw-r--r-- | sesman/libscp/libscp_init.h | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/sesman/libscp/libscp_init.h b/sesman/libscp/libscp_init.h index efccb30f..5acdbc2c 100644 --- a/sesman/libscp/libscp_init.h +++ b/sesman/libscp/libscp_init.h @@ -28,6 +28,8 @@ #ifndef LIBSCP_INIT_H #define LIBSCP_INIT_H +#include "log.h" + #include "libscp.h" /** @@ -40,16 +42,7 @@ * */ int DEFAULT_CC -scp_init(void); - -/** - * - * @brief mmm - * @param sck - * - */ -struct SCP_CONNECTION* -scp_make_connection(int sck); +scp_init(struct log_config* log); #endif |
