summaryrefslogtreecommitdiffstats
path: root/src/known_hosts.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/known_hosts.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/known_hosts.c')
-rw-r--r--src/known_hosts.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/known_hosts.c b/src/known_hosts.c
index 3e5b279..5cfec52 100644
--- a/src/known_hosts.c
+++ b/src/known_hosts.c
@@ -33,6 +33,7 @@
#include "libssh/buffer.h"
#include "libssh/misc.h"
#include "libssh/pki.h"
+#include "libssh/options.h"
/*todo: remove this include */
#include "libssh/string.h"