summaryrefslogtreecommitdiffhomepage
path: root/include/perk/perk.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2015-11-26 10:49:39 -0500
committermidipix <writeonce@midipix.org>2016-11-10 23:35:27 -0500
commit949bb3ba304be9bd80cda27c37c2d0d0da6a67dd (patch)
tree0997564c1417fcbde8f29c692aa5889e79b6c6f1 /include/perk/perk.h
parent2b7f36676ba14efc7a250a56a805493e8fddedde (diff)
downloadperk-949bb3ba304be9bd80cda27c37c2d0d0da6a67dd.tar.bz2
perk-949bb3ba304be9bd80cda27c37c2d0d0da6a67dd.tar.xz
move all output action- and formatting flags to a designated header.
Diffstat (limited to 'include/perk/perk.h')
-rw-r--r--include/perk/perk.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/perk/perk.h b/include/perk/perk.h
index fa23754..f34f7c1 100644
--- a/include/perk/perk.h
+++ b/include/perk/perk.h
@@ -8,7 +8,6 @@
#include "perk_consts.h"
#include "perk_structs.h"
#include "perk_meta.h"
-#include "perk_output.h"
#ifdef __cplusplus
extern "C" {
@@ -47,9 +46,6 @@ extern "C" {
/* unit action flags */
#define PERK_ACTION_MAP_READWRITE 0x0001
-/* unit (text) output & format flags */
-#define PERK_OUTPUT_EXPORT_SYMS 0x0001
-
struct pe_raw_image {
void * addr;
size_t size;