1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-29 01:03:57 +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

@@ -33,6 +33,7 @@
#include "libssh/ssh2.h"
#include "libssh/buffer.h"
#include "libssh/packet.h"
#include "libssh/options.h"
#include "libssh/socket.h"
#include "libssh/session.h"
#include "libssh/dh.h"