summaryrefslogtreecommitdiff
path: root/config-win32.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2006-07-04 16:54:11 +0000
committerYang Tse <yangsita@gmail.com>2006-07-04 16:54:11 +0000
commite26ef987d7112111850a64e9e754677b8b1a8b37 (patch)
tree34bc1cfa362be688ab3438778006d1cf3a0547a7 /config-win32.h
parent26b2944fb932e844a45980fddece8e9c1384bc5e (diff)
downloadc-ares-e26ef987d7112111850a64e9e754677b8b1a8b37.tar.gz
c-ares-e26ef987d7112111850a64e9e754677b8b1a8b37.tar.bz2
c-ares-e26ef987d7112111850a64e9e754677b8b1a8b37.zip
Get qualifier of arg 2 for send() apart into SEND_QUAL_ARG2.
Diffstat (limited to 'config-win32.h')
-rw-r--r--config-win32.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config-win32.h b/config-win32.h
index f1315e7..8e68f98 100644
--- a/config-win32.h
+++ b/config-win32.h
@@ -96,6 +96,9 @@
/* Define to the type of arg 1 for send. */
#define SEND_TYPE_ARG1 SOCKET
+/* Define to the type qualifier of arg 2 for send. */
+#define SEND_QUAL_ARG2 const
+
/* Define to the type of arg 2 for send. */
#define SEND_TYPE_ARG2 char *