From 550d2eec27a42254b26139208765022fffe7c775 Mon Sep 17 00:00:00 2001 From: David Timber Date: Tue, 8 Sep 2020 16:18:13 +0930 Subject: * Remove proone-unpack * self test is done by proone-pack * Impl: htbt@proone * htbt: allocate large buffer first by deault * htbt: use 0600 for NY_BIN as the image is not an executable * pack: return error when z_stream is cut short * proone-pack: impl "nybin" file format --- src/data.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/data.h') diff --git a/src/data.h b/src/data.h index cff783b..f2b6d92 100644 --- a/src/data.h +++ b/src/data.h @@ -16,6 +16,7 @@ typedef enum { PRNE_DATA_KEY_RESOLV_NS_IPV4, PRNE_DATA_KEY_RESOLV_NS_IPV6, PRNE_DATA_KEY_CNC_TXT_REC, + PRNE_DATA_KEY_EXEC_NAME, NB_PRNE_DATA_KEY } prne_data_key_t; -- cgit