summaryrefslogtreecommitdiffstats
path: root/include/libssh/libssh.h
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2009-07-24 22:20:41 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2009-07-24 22:20:41 +0200
commitfdc2751952ef98ac98a79286a566453f0eef2b50 (patch)
tree4aef557ee5f3e5fbc4becff12189f52bd9480baf /include/libssh/libssh.h
parentfa11083fcb1398d17b5439e7d9d2e96aae8b808c (diff)
downloadlibssh-fdc2751952ef98ac98a79286a566453f0eef2b50.tar.gz
libssh-fdc2751952ef98ac98a79286a566453f0eef2b50.tar.xz
libssh-fdc2751952ef98ac98a79286a566453f0eef2b50.zip
Make the SSH_SAFE_NAMESPACE flag active
Diffstat (limited to 'include/libssh/libssh.h')
-rw-r--r--include/libssh/libssh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h
index 96687ce..5582c80 100644
--- a/include/libssh/libssh.h
+++ b/include/libssh/libssh.h
@@ -71,7 +71,7 @@ typedef unsigned long long uint64_t;
extern "C" {
#endif
-#ifdef SSH_SAFE_NAMESPACE
+#ifndef SSH_SAFE_NAMESPACE
typedef struct ssh_string_struct STRING;
typedef struct ssh_buffer_struct BUFFER;
typedef struct ssh_public_key_struct PUBLIC_KEY;