callback.h should use public headers

This commit is contained in:
Aris Adamantiadis
2009-09-25 23:42:29 +02:00
parent 04b49d46c1
commit e3bdc393cb

View File

@@ -20,7 +20,7 @@
*/
/* 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
@@ -28,7 +28,7 @@
#include <string.h>
#include "libssh.h"
#include <libssh/libssh.h>
#ifdef __cplusplus
extern "C" {