aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2009-09-25 23:42:29 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2009-09-25 23:42:29 +0200
commite3bdc393cb6406209103cd478ee20d39e96550c6 (patch)
treedf721bc3c965d1476b64df2ff68e23d746b027cb
parent04b49d46c1410d115f58a80cf6832e6dc4393eb5 (diff)
downloadlibssh-e3bdc393cb6406209103cd478ee20d39e96550c6.tar.gz
libssh-e3bdc393cb6406209103cd478ee20d39e96550c6.tar.xz
libssh-e3bdc393cb6406209103cd478ee20d39e96550c6.zip
callback.h should use public headers
-rw-r--r--include/libssh/callback.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libssh/callback.h b/include/libssh/callback.h
index f21b88b..c849bf8 100644
--- a/include/libssh/callback.h
+++ b/include/libssh/callback.h
@@ -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" {