summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-linuxfsutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libostree/ostree-linuxfsutil.h')
-rw-r--r--src/libostree/ostree-linuxfsutil.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/libostree/ostree-linuxfsutil.h b/src/libostree/ostree-linuxfsutil.h
index 9011c9d8..e0e07bcd 100644
--- a/src/libostree/ostree-linuxfsutil.h
+++ b/src/libostree/ostree-linuxfsutil.h
@@ -23,11 +23,8 @@
G_BEGIN_DECLS
-gboolean
-_ostree_linuxfs_fd_alter_immutable_flag (int fd,
- gboolean new_immutable_state,
- GCancellable *cancellable,
- GError **error);
+gboolean _ostree_linuxfs_fd_alter_immutable_flag (int fd, gboolean new_immutable_state,
+ GCancellable *cancellable, GError **error);
int _ostree_linuxfs_filesystem_freeze (int fd);
int _ostree_linuxfs_filesystem_thaw (int fd);