diff options
Diffstat (limited to 'daemon/daemon-main.h')
-rw-r--r-- | daemon/daemon-main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/daemon-main.h b/daemon/daemon-main.h index cb6818eb..4c0eec13 100644 --- a/daemon/daemon-main.h +++ b/daemon/daemon-main.h @@ -11,6 +11,7 @@ GMountSource *daemon_parse_args (int argc, const char *default_type); void daemon_main (int argc, char *argv[], + int max_job_threads, const char *default_type, const char *mountable_name, const char *first_type_name, |