summaryrefslogtreecommitdiff
path: root/src/burn/engine/approvedexe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/burn/engine/approvedexe.h')
-rw-r--r--src/burn/engine/approvedexe.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/burn/engine/approvedexe.h b/src/burn/engine/approvedexe.h
index cd3bf271..8a3f6779 100644
--- a/src/burn/engine/approvedexe.h
+++ b/src/burn/engine/approvedexe.h
@@ -8,10 +8,12 @@ extern "C" {
8 8
9// forward declare 9// forward declare
10 10
11enum BURN_MODE;
11typedef struct _BOOTSTRAPPER_ENGINE_CONTEXT BOOTSTRAPPER_ENGINE_CONTEXT; 12typedef struct _BOOTSTRAPPER_ENGINE_CONTEXT BOOTSTRAPPER_ENGINE_CONTEXT;
12typedef struct _BURN_CACHE BURN_CACHE; 13typedef struct _BURN_CACHE BURN_CACHE;
13typedef struct _BURN_DEPENDENCIES BURN_DEPENDENCIES; 14typedef struct _BURN_DEPENDENCIES BURN_DEPENDENCIES;
14typedef struct _BURN_ENGINE_COMMAND BURN_ENGINE_COMMAND; 15typedef struct _BURN_ENGINE_COMMAND BURN_ENGINE_COMMAND;
16typedef struct _BURN_LOGGING BURN_LOGGING;
15 17
16// structs 18// structs
17 19