summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/includes/gnutls/socket.h')
-rw-r--r--lib/includes/gnutls/socket.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/includes/gnutls/socket.h b/lib/includes/gnutls/socket.h
index 9669e142eb..ccf24a76e8 100644
--- a/lib/includes/gnutls/socket.h
+++ b/lib/includes/gnutls/socket.h
@@ -31,11 +31,9 @@
/* Get socklen_t */
# include <sys/socket.h>
-/* *INDENT-OFF* */
#ifdef __cplusplus
extern "C" {
#endif
-/* *INDENT-ON* */
void gnutls_transport_set_fastopen(gnutls_session_t session,
int fd,
@@ -43,10 +41,8 @@ void gnutls_transport_set_fastopen(gnutls_session_t session,
socklen_t connect_addrlen,
unsigned int flags);
-/* *INDENT-OFF* */
#ifdef __cplusplus
}
#endif
-/* *INDENT-ON* */
#endif /* GNUTLS_SOCKET_H */