summaryrefslogtreecommitdiff
path: root/daemon/mount.h
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2012-04-18 16:16:18 +0200
committerTomas Bzatek <tbzatek@redhat.com>2012-07-31 11:59:36 +0200
commit261ddae0c195a072c7d1928a9450cc81116fc340 (patch)
tree759afa63ffa257337e0e9a74e6ffe1a6c79f15ec /daemon/mount.h
parentc85c4a0459d70a7331a3beb2336c789a55dad595 (diff)
downloadgvfs-261ddae0c195a072c7d1928a9450cc81116fc340.tar.gz
gdbus: Tweak mount finalization
Diffstat (limited to 'daemon/mount.h')
-rw-r--r--daemon/mount.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/daemon/mount.h b/daemon/mount.h
index 800ebda5..7fe16ade 100644
--- a/daemon/mount.h
+++ b/daemon/mount.h
@@ -29,7 +29,8 @@
G_BEGIN_DECLS
-void mount_init (void);
+gboolean mount_init (void);
+void mount_finalize (void);
G_END_DECLS