summaryrefslogtreecommitdiff
path: root/sockets.h
diff options
context:
space:
mode:
authorJoachim Wilke <vdr@joachim-wilke.de>2008-08-20 00:00:00 +0200
committerJoachim Wilke <vdr@joachim-wilke.de>2008-08-20 00:00:00 +0200
commite5d1d78501967ad8c7a6dc1766df661364aba454 (patch)
treeece0cd367727bb9045c4da1f982ec497a0d04cec /sockets.h
parent4b8b62e70a63206fe269842e9ab6ace76f8e84c9 (diff)
downloadvdr-plugin-lcdproc-e5d1d78501967ad8c7a6dc1766df661364aba454.tar.gz
vdr-plugin-lcdproc-e5d1d78501967ad8c7a6dc1766df661364aba454.tar.bz2
Diffstat (limited to 'sockets.h')
-rw-r--r--sockets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sockets.h b/sockets.h
index 86df31f..25661c3 100644
--- a/sockets.h
+++ b/sockets.h
@@ -29,7 +29,7 @@ for more info.
int sock_connect (char *host, unsigned short int port);
int sock_close (int fd);
// Send/receive lines of text
-int sock_send_string (int fd, char *string);
+int sock_send_string (int fd, const char *string);
// Recv gives only one line per call...
int sock_recv_string (int fd, char *dest, size_t maxlen);
// Send/receive raw data