summaryrefslogtreecommitdiff
path: root/daemon/mount.h
blob: 1de5d5dd29530e09945769f4378c506d6ac79305 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef __MOUNT_H__
#define __MOUNT_H__

#include <glib-object.h>
#include <gio/gmountoperation.h>
#include <gmountsource.h>

G_BEGIN_DECLS

void       mount_init             (void);

G_END_DECLS

#endif /* __MOUNT_H__ */