summaryrefslogtreecommitdiff
path: root/sockets.c
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.c
parent4b8b62e70a63206fe269842e9ab6ace76f8e84c9 (diff)
downloadvdr-plugin-lcdproc-e5d1d78501967ad8c7a6dc1766df661364aba454.tar.gz
vdr-plugin-lcdproc-e5d1d78501967ad8c7a6dc1766df661364aba454.tar.bz2
Diffstat (limited to 'sockets.c')
-rw-r--r--sockets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sockets.c b/sockets.c
index 5a9bb15..ff3a6a6 100644
--- a/sockets.c
+++ b/sockets.c
@@ -92,7 +92,7 @@ sock_close (int fd)
// Send/receive lines of text
int
-sock_send_string (int fd, char *string)
+sock_send_string (int fd, const char *string)
{
int len;
int offset = 0;