1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-12-12 15:41:16 +03:00

priv: Move options and config prototypes to own header.

This commit is contained in:
Andreas Schneider
2011-09-17 11:56:35 +02:00
parent abd9856c6a
commit 519291558d
8 changed files with 35 additions and 7 deletions

View File

@@ -56,6 +56,7 @@
#include "libssh/pki.h"
#include "libssh/dh.h"
#include "libssh/messages.h"
#include "libssh/options.h"
#define set_status(session, status) do {\
if (session->common.callbacks && session->common.callbacks->connect_status_function) \