diff options
author | midipix <writeonce@midipix.org> | 2025-06-02 16:08:48 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2025-06-02 16:08:48 +0000 |
commit | 6fef9e880f2475628ccb74e2bd0a2b8fdc347361 (patch) | |
tree | 923d1ec8be8efd0f6ce819fd2afac8195deedd4c /project | |
parent | f079385b8e298be13d879a057f5a3d15396bd6f3 (diff) | |
download | perk-6fef9e880f2475628ccb74e2bd0a2b8fdc347361.tar.bz2 perk-6fef9e880f2475628ccb74e2bd0a2b8fdc347361.tar.xz |
driver: pe_driver_usage(): synopsis overhaul.
Diffstat (limited to 'project')
-rw-r--r-- | project/headers.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project/headers.mk b/project/headers.mk index fc1f132..e87271b 100644 --- a/project/headers.mk +++ b/project/headers.mk @@ -16,6 +16,7 @@ INTERNAL_HEADERS = \ $(SOURCE_DIR)/src/internal/$(PACKAGE)_errinfo_impl.h \ $(SOURCE_DIR)/src/internal/$(PACKAGE)_hexdump_impl.h \ $(SOURCE_DIR)/src/internal/$(PACKAGE)_reader_impl.h \ + $(SOURCE_DIR)/src/internal/$(PACKAGE)_synopsis_impl.h \ $(SOURCE_DIR)/src/internal/$(PACKAGE)_visibility_impl.h \ ALL_HEADERS = $(API_HEADERS) $(INTERNAL_HEADERS) |