summaryrefslogtreecommitdiff
path: root/com32/hdt/hdt-common.h
diff options
context:
space:
mode:
authorErwan Velu <erwan.velu@free.fr>2009-04-16 21:38:45 +0200
committerErwan Velu <erwan.velu@free.fr>2009-04-16 21:38:45 +0200
commit771509e34a76674316a4152c3d272b02aa7e2afd (patch)
treef1cdf2c6c5824c3ffa58659bb857af8bc9820990 /com32/hdt/hdt-common.h
parent367b2994e95e508d98f856abf1e17159cceb6917 (diff)
downloadsyslinux-771509e34a76674316a4152c3d272b02aa7e2afd.tar.gz
hdt: Adding reset_more_printf()
Impact: first step toward more_printf() rationalization reset_more_printf() reset the counter used by more_printf to count lines.
Diffstat (limited to 'com32/hdt/hdt-common.h')
-rw-r--r--com32/hdt/hdt-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/com32/hdt/hdt-common.h b/com32/hdt/hdt-common.h
index 43347b4a..11e14669 100644
--- a/com32/hdt/hdt-common.h
+++ b/com32/hdt/hdt-common.h
@@ -121,6 +121,7 @@ struct s_hardware {
char memtest_label[255];
};
+void reset_more_printf();
const char *find_argument(const char **argv, const char *argument);
char *remove_spaces(char *p);
char *skip_spaces(char *p);