diff options
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 1cdfbc4f..c174d3d9 100644 --- a/sesman/scp.h +++ b/sesman/scp.h @@ -39,7 +39,7 @@ * @param socket the connection socket * */ -void* DEFAULT_CC +void* scp_process_start(void* sck); #endif |