From 5aa9cf2fcf3fc062f4560df52e3d48d894e0ba6e Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Fri, 23 Jul 2010 08:09:57 +0200 Subject: Add consistency check to ssh_set_callbacks --- include/libssh/legacy.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/libssh/legacy.h') diff --git a/include/libssh/legacy.h b/include/libssh/legacy.h index 33ed3575..7d2d5821 100644 --- a/include/libssh/legacy.h +++ b/include/libssh/legacy.h @@ -22,6 +22,8 @@ /* Since libssh.h includes legacy.h, it's important that libssh.h is included * first. we don't define LEGACY_H now because we want it to be defined when * included from libssh.h + * All function calls declared in this header are deprecated and meant to be + * removed in future. */ #include "libssh/libssh.h" -- cgit