mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 18:50:28 +09:00
callback.h should use public headers
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* callback.h
|
/* callback.h
|
||||||
* This file includes the declarations for the libssh callback mechanism
|
* This file includes the public declarations for the libssh callback mechanism
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _SSH_CALLBACK_H
|
#ifndef _SSH_CALLBACK_H
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "libssh.h"
|
#include <libssh/libssh.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|||||||
Reference in New Issue
Block a user