summaryrefslogtreecommitdiffstats
path: root/src/legacy.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-09-17 11:56:35 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-09-18 21:37:17 +0200
commit519291558d5c702775d60253e6b9d9ca9249b59a (patch)
treecb1899c6ba60224c8cf4337148be9d0d6cc6d0a7 /src/legacy.c
parentabd9856c6a5bc9a29dd9296125628502b810208e (diff)
downloadlibssh-519291558d5c702775d60253e6b9d9ca9249b59a.tar.gz
libssh-519291558d5c702775d60253e6b9d9ca9249b59a.tar.xz
libssh-519291558d5c702775d60253e6b9d9ca9249b59a.zip
priv: Move options and config prototypes to own header.
Diffstat (limited to 'src/legacy.c')
-rw-r--r--src/legacy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/legacy.c b/src/legacy.c
index f8a159f..75926bd 100644
--- a/src/legacy.c
+++ b/src/legacy.c
@@ -37,6 +37,7 @@
#include "libssh/pki_priv.h"
#include <libssh/misc.h>
#include <libssh/keys.h>
+#include "libssh/options.h"
/* AUTH FUNCTIONS */
int ssh_auth_list(ssh_session session) {