summaryrefslogtreecommitdiff
path: root/daemon/daemon-main.h
blob: 4be60a571b38cb629e9803a9865025ce255195da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef __MAIN_HELPER_H__
#define __MAIN_HELPER_H__

#include "gmountsource.h"

G_BEGIN_DECLS

void          daemon_init       (void);
GMountSpec   *daemon_parse_args (int         argc,
				 char       *argv[],
				 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,
				 ...);

G_END_DECLS

#endif /* __MAIN_HELPER__ */