summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-varint.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libostree/ostree-varint.h')
-rw-r--r--src/libostree/ostree-varint.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/libostree/ostree-varint.h b/src/libostree/ostree-varint.h
index db232210..4783c784 100644
--- a/src/libostree/ostree-varint.h
+++ b/src/libostree/ostree-varint.h
@@ -23,10 +23,8 @@
G_BEGIN_DECLS
-gboolean _ostree_read_varuint64 (const guint8 *buf,
- gsize buflen,
- guint64 *out_value,
- gsize *bytes_read);
+gboolean _ostree_read_varuint64 (const guint8 *buf, gsize buflen, guint64 *out_value,
+ gsize *bytes_read);
void _ostree_write_varuint64 (GString *buf, guint64 n);