summaryrefslogtreecommitdiff
path: root/libs/libssh2/src/comp.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-01-31 19:13:48 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-01-31 19:13:48 +0300
commita5b576429205ffa3c9397614ea31363b31944e79 (patch)
treef5b92958748d66556f0f6af0b313ce42d8ad8903 /libs/libssh2/src/comp.h
parent4ce9ed24b5fabd39d82aaf81147377f3906dec3b (diff)
libssh2: update to 1.11
Diffstat (limited to 'libs/libssh2/src/comp.h')
-rw-r--r--libs/libssh2/src/comp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/libssh2/src/comp.h b/libs/libssh2/src/comp.h
index cce113b2bc..6a35d69494 100644
--- a/libs/libssh2/src/comp.h
+++ b/libs/libssh2/src/comp.h
@@ -1,5 +1,5 @@
-#ifndef __LIBSSH2_COMP_H
-#define __LIBSSH2_COMP_H
+#ifndef LIBSSH2_COMP_H
+#define LIBSSH2_COMP_H
/* Copyright (C) Daniel Stenberg
*
* Redistribution and use in source and binary forms,
@@ -42,4 +42,4 @@
const LIBSSH2_COMP_METHOD **_libssh2_comp_methods(LIBSSH2_SESSION *session);
-#endif /* __LIBSSH2_COMP_H */
+#endif /* LIBSSH2_COMP_H */