1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-07-29 13:01:14 +03:00

From: Alexander Lamaison <swish@lammy.co.uk>

Make the public headers includable on their own
This commit is contained in:
Daniel Stenberg
2009-07-17 23:40:32 +02:00
parent 686db51284
commit 35a9d4bc62
2 changed files with 4 additions and 0 deletions

View File

@ -46,6 +46,8 @@
#ifndef LIBSSH2_PUBLICKEY_H
#define LIBSSH2_PUBLICKEY_H 1
#include "libssh2.h"
typedef struct _LIBSSH2_PUBLICKEY LIBSSH2_PUBLICKEY;
typedef struct _libssh2_publickey_attribute {