]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcachefs/varint.h
move Rust sources to top level, C sources into c_src
[bcachefs-tools-debian] / libbcachefs / varint.h
diff --git a/libbcachefs/varint.h b/libbcachefs/varint.h
deleted file mode 100644 (file)
index 92a182f..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef _BCACHEFS_VARINT_H
-#define _BCACHEFS_VARINT_H
-
-int bch2_varint_encode(u8 *, u64);
-int bch2_varint_decode(const u8 *, const u8 *, u64 *);
-
-int bch2_varint_encode_fast(u8 *, u64);
-int bch2_varint_decode_fast(const u8 *, const u8 *, u64 *);
-
-#endif /* _BCACHEFS_VARINT_H */