1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-12-05 01:02:39 +03:00

libsshpp: do not use deprecated functions

This commit is contained in:
Aris Adamantiadis
2010-08-28 22:53:18 +02:00
parent c19fb5656b
commit adcd2e38e9

View File

@@ -49,6 +49,9 @@
* @{ * @{
*/ */
/* do not use deprecated functions */
#define LIBSSH_LEGACY_0_4
#include <libssh/libssh.h> #include <libssh/libssh.h>
#include <libssh/server.h> #include <libssh/server.h>
#include <stdlib.h> #include <stdlib.h>