summaryrefslogtreecommitdiff
path: root/com32/hdt/hdt-cli.h
diff options
context:
space:
mode:
authorPierre-Alexandre Meyer <pierre@mouraf.org>2009-04-26 14:37:00 -0700
committerPierre-Alexandre Meyer <pierre@mouraf.org>2009-04-26 14:37:00 -0700
commit777cc79b1a189878c9eeef41cfa396968fa247cd (patch)
tree830cf458b24ff3558908e41d8e1cf7261e6e9a11 /com32/hdt/hdt-cli.h
parent9c5868d154656e3832822dd24dd9701fe55eb2a4 (diff)
parentfdd21ff85b3fa41641f711311f7e62081442dbe2 (diff)
downloadsyslinux-777cc79b1a189878c9eeef41cfa396968fa247cd.tar.gz
Merge commit 'hdt-erwan/master' into for-erwan
Diffstat (limited to 'com32/hdt/hdt-cli.h')
-rw-r--r--com32/hdt/hdt-cli.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/com32/hdt/hdt-cli.h b/com32/hdt/hdt-cli.h
index 6f90e453..9a8e15d7 100644
--- a/com32/hdt/hdt-cli.h
+++ b/com32/hdt/hdt-cli.h
@@ -190,4 +190,7 @@ void main_show_syslinux(int argc, char **argv, struct s_hardware *hardware);
// VESA STUFF
void main_show_vesa(int argc, char **argv, struct s_hardware *hardware);
+
+// VPD STUFF
+void main_show_vpd(int argc __unused, char **argv __unused, struct s_hardware *hardware);
#endif