summaryrefslogtreecommitdiffstats
path: root/src/include/pxe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/pxe.h')
-rw-r--r--src/include/pxe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/pxe.h b/src/include/pxe.h
index 8b3ca14c4..6d332ac7d 100644
--- a/src/include/pxe.h
+++ b/src/include/pxe.h
@@ -64,6 +64,7 @@ union u_PXENV_ANY {
struct s_PXENV_FILE_READ file_read;
struct s_PXENV_GET_FILE_SIZE get_file_size;
struct s_PXENV_FILE_EXEC file_exec;
+ struct s_PXENV_FILE_API_CHECK file_api_check;
};
typedef union u_PXENV_ANY PXENV_ANY_t;