diff options
Diffstat (limited to 'libnetfs/init-loop.c')
-rw-r--r-- | libnetfs/init-loop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnetfs/init-loop.c b/libnetfs/init-loop.c index 61471c2f..c6ca5387 100644 --- a/libnetfs/init-loop.c +++ b/libnetfs/init-loop.c @@ -24,7 +24,7 @@ static int thread_timeout = 1000 * 60 * 2; /* two minutes */ static int server_timeout = 1000 * 60 * 10; /* ten minutes */ void -netfs_server_loop () +netfs_server_loop (void) { error_t err; |