From a9490ccb9fdf7ef146a7886526f1b1cf6bf2c714 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 28 Jan 2020 19:43:01 -0500 Subject: abi/api: added tpax_specs.h, definitions for struct tpax_{ustar|cpio}_header. --- project/headers.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'project') diff --git a/project/headers.mk b/project/headers.mk index 2427d74..6346c7e 100644 --- a/project/headers.mk +++ b/project/headers.mk @@ -1,6 +1,7 @@ API_HEADERS = \ $(SOURCE_DIR)/include/$(PACKAGE)/tpax.h \ $(SOURCE_DIR)/include/$(PACKAGE)/tpax_api.h \ + $(SOURCE_DIR)/include/$(PACKAGE)/tpax_specs.h \ INTERNAL_HEADERS = \ $(SOURCE_DIR)/src/internal/argv/argv.h \ -- cgit v1.2.3