summaryrefslogtreecommitdiffstats
path: root/discover/grub2/grub2.h
diff options
context:
space:
mode:
Diffstat (limited to 'discover/grub2/grub2.h')
-rw-r--r--discover/grub2/grub2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/discover/grub2/grub2.h b/discover/grub2/grub2.h
index 970c500..de74fa5 100644
--- a/discover/grub2/grub2.h
+++ b/discover/grub2/grub2.h
@@ -114,6 +114,8 @@ int statement_simple_execute(struct grub2_script *script,
struct grub2_statement *statement);
int statement_if_execute(struct grub2_script *script,
struct grub2_statement *statement);
+int statement_menuentry_execute(struct grub2_script *script,
+ struct grub2_statement *statement);
struct grub2_script *create_script(void *ctx);
OpenPOWER on IntegriCloud