summaryrefslogtreecommitdiff
path: root/win32/select.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/select.h
parent0965a4ef9ffe37e7224f52a6902c3805582945ed (diff)
downloadphp-git-a56700043e9348a0c1a3a934b974339869de28eb.tar.gz
vim folds and modelines
Diffstat (limited to 'win32/select.h')
-rw-r--r--win32/select.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/win32/select.h b/win32/select.h
index ef91684363..1250444055 100644
--- a/win32/select.h
+++ b/win32/select.h
@@ -21,3 +21,12 @@
#include "php_network.h"
PHPAPI int php_select(php_socket_t max_fd, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *tv);
+
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * End:
+ * vim600: noet sw=4 ts=4 fdm=marker
+ * vim<600: noet sw=4 ts=4
+ */