summaryrefslogtreecommitdiff
path: root/libs/libssh2/src/transport.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libssh2/src/transport.h')
-rw-r--r--libs/libssh2/src/transport.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/libssh2/src/transport.h b/libs/libssh2/src/transport.h
index 64482290ee..4b824e2096 100644
--- a/libs/libssh2/src/transport.h
+++ b/libs/libssh2/src/transport.h
@@ -1,5 +1,5 @@
-#ifndef __LIBSSH2_TRANSPORT_H
-#define __LIBSSH2_TRANSPORT_H
+#ifndef LIBSSH2_TRANSPORT_H
+#define LIBSSH2_TRANSPORT_H
/* Copyright (C) The Written Word, Inc.
* Copyright (C) Daniel Stenberg
* All rights reserved.
@@ -84,4 +84,4 @@ int _libssh2_transport_send(LIBSSH2_SESSION *session,
*/
int _libssh2_transport_read(LIBSSH2_SESSION * session);
-#endif /* __LIBSSH2_TRANSPORT_H */
+#endif /* LIBSSH2_TRANSPORT_H */