summaryrefslogtreecommitdiff
path: root/win32/sockets.h
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-07-04 16:08:48 +0200
committerAnatol Belski <ab@php.net>2017-07-04 16:08:48 +0200
commita56700043e9348a0c1a3a934b974339869de28eb (patch)
tree1abedaaf1b1f048b62684531b7f03980cbbbec8b /win32/sockets.h
parent0965a4ef9ffe37e7224f52a6902c3805582945ed (diff)
downloadphp-git-a56700043e9348a0c1a3a934b974339869de28eb.tar.gz
vim folds and modelines
Diffstat (limited to 'win32/sockets.h')
-rw-r--r--win32/sockets.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/win32/sockets.h b/win32/sockets.h
index f8ede714a6..4c1237ce8b 100644
--- a/win32/sockets.h
+++ b/win32/sockets.h
@@ -24,3 +24,12 @@
/* Code originally from ext/sockets */
PHPAPI int socketpair(int domain, int type, int protocol, SOCKET sock[2]);
+
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * End:
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
+ */