aboutsummaryrefslogtreecommitdiff
path: root/src/iperf_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/iperf_util.h')
-rw-r--r--src/iperf_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iperf_util.h b/src/iperf_util.h
index 76bfd20..b109af2 100644
--- a/src/iperf_util.h
+++ b/src/iperf_util.h
@@ -54,7 +54,7 @@ const char* get_optional_features(void);
cJSON* iperf_json_printf(const char *format, ...);
-void iperf_dump_fdset(FILE *fp, char *str, int nfds, fd_set *fds);
+void iperf_dump_fdset(FILE *fp, const char *str, int nfds, fd_set *fds);
#ifndef HAVE_DAEMON
extern int daemon(int nochdir, int noclose);