aboutsummaryrefslogtreecommitdiff
path: root/src/htmsocket.h
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-06-14 15:05:13 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-06-14 15:05:13 +0000
commitb8644635b3f5bec6b9cd575034a03020da7edb24 (patch)
treed3af26079138b830af4fe664e48c56038e3531c1 /src/htmsocket.h
parent2ac58e2aab404c5955dec21b3061fd9298091599 (diff)
checked in patch from tracker 1656382 to fix TTL for non-multicast
svn path=/trunk/externals/OSCx/; revision=7777
Diffstat (limited to 'src/htmsocket.h')
-rw-r--r--src/htmsocket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htmsocket.h b/src/htmsocket.h
index fcdeccc..685c1f7 100644
--- a/src/htmsocket.h
+++ b/src/htmsocket.h
@@ -38,7 +38,7 @@ typedef int bool;
/* open a socket for HTM communication to given host on given portnumber */
/* if host is 0 then UNIX protocol is used (i.e. local communication) */
-void *OpenHTMSocket(char *host, int portnumber, unsigned char multicast_TTL);
+void *OpenHTMSocket(char *host, int portnumber, short *multicast_TTL);
/* send a buffer of data over htm socket, returns TRUE on success.
Note that udp sends rarely fail. UNIX sends fail if a kernal buffer overflows */