summaryrefslogtreecommitdiff
path: root/dpi/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'dpi/file.c')
-rw-r--r--dpi/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dpi/file.c b/dpi/file.c
index 04cdf362..edbbc9ec 100644
--- a/dpi/file.c
+++ b/dpi/file.c
@@ -876,7 +876,7 @@ static void *File_serve_clients(void *client)
* Check a fd for activity, with a max timeout.
* return value: 0 if timeout, 1 if input available, -1 if error.
*/
-int File_check_fd(int filedes, unsigned int seconds)
+static int File_check_fd(int filedes, unsigned int seconds)
{
int st;
fd_set set;