From c64ec43eef8ec5a8b8a8f4c4c3216043aea8e08a Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sun, 14 Jul 2013 13:31:24 +0200 Subject: src: Remove enter_function() and leave_function(). --- include/libssh/session.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/libssh/session.h') diff --git a/include/libssh/session.h b/include/libssh/session.h index dd1091b..f0d580d 100644 --- a/include/libssh/session.h +++ b/include/libssh/session.h @@ -84,7 +84,6 @@ struct ssh_common_struct { struct error_struct error; ssh_callbacks callbacks; /* Callbacks to user functions */ int log_verbosity; /* verbosity of the log functions */ - int log_indent; /* indentation level in enter_function logs */ }; struct ssh_session_struct { -- cgit