diff options
Diffstat (limited to 'common/gmountspec.h')
-rw-r--r-- | common/gmountspec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gmountspec.h b/common/gmountspec.h index a89fb9e4..8b4775ba 100644 --- a/common/gmountspec.h +++ b/common/gmountspec.h @@ -35,7 +35,7 @@ typedef struct { char *mount_prefix; } GMountSpec; -GMountSpec *g_mount_spec_new (void); +GMountSpec *g_mount_spec_new (const char *type); GMountSpec *g_mount_spec_ref (GMountSpec *spec); void g_mount_spec_unref (GMountSpec *spec); GMountSpec *g_mount_spec_from_dbus (DBusMessageIter *iter); |