summaryrefslogtreecommitdiffstats
path: root/listen/listen.h
diff options
context:
space:
mode:
Diffstat (limited to 'listen/listen.h')
-rw-r--r--listen/listen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/listen/listen.h b/listen/listen.h
index 73a5d06..841a494 100644
--- a/listen/listen.h
+++ b/listen/listen.h
@@ -28,7 +28,7 @@ int initcolor(void);
char *servname(int port, char *proto);
/* In listen.c */
-void data_dump(unsigned char *, int, int);
+void data_dump(void *, int, int);
int get16(unsigned char *);
int get32(unsigned char *);