diff options
author | midipix <writeonce@midipix.org> | 2016-07-05 16:51:29 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-07-21 03:47:24 -0400 |
commit | 4695532805c24af1965ef1407720c8db086e14b3 (patch) | |
tree | 83633b9ba636f4deedd1c5cda2c04142965eca02 /project | |
parent | cfc59b1713a9d9fc9a7e6f51952d2b584a3842e4 (diff) | |
download | ptycon-4695532805c24af1965ef1407720c8db086e14b3.tar.bz2 ptycon-4695532805c24af1965ef1407720c8db086e14b3.tar.xz |
driver context: added ptyc_set_status().
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 ed7a838..ed442e4 100644 --- a/project/headers.mk +++ b/project/headers.mk @@ -8,5 +8,6 @@ INTERNAL_HEADERS = \ $(PROJECT_DIR)/src/internal/$(PACKAGE)_init_impl.h \ $(PROJECT_DIR)/src/internal/$(PACKAGE)_memfn_impl.h \ $(PROJECT_DIR)/src/internal/$(PACKAGE)_nolibc_impl.h \ + $(PROJECT_DIR)/src/internal/$(PACKAGE)_status_impl.h \ ALL_HEADERS = $(API_HEADERS) $(INTERNAL_HEADERS) |