From 1fad07ce86fc2a506c59501d7fb7c7d7481525f6 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Mon, 7 Oct 2019 13:54:24 +0200 Subject: Rename libsqfshelper to libcommon That is IMO less confusing and express what it is (i.e. what it has become) more clearly, i.e. common code shared by the utilities. Signed-off-by: David Oberhollenzer --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index a7f7d18..3ff1b57 100644 --- a/README.md +++ b/README.md @@ -101,9 +101,8 @@ The following components exist: data structures for reading and writing SquashFS archives. Abstractions for data compression and so on. It contains the actual brains of this package. It uses `libutil.la` internally. - - `libsqfshelper.a` built from files in `lib/sqfshelper` contains a bunch - of high level glue code that combines `libfstree.a` and `libsquashfs.so` - and provides common functionality used by all the tools. + - `libcommon.a` built from files in `lib/common` contains a bunch + of commonly used code shared across the utilities. The headers in `include` are stuffed with comments on functions an data structures. -- cgit v1.2.3