summaryrefslogtreecommitdiff
path: root/core/extern.inc
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2011-04-26 14:41:31 -0700
committerH. Peter Anvin <hpa@linux.intel.com>2011-04-26 14:41:31 -0700
commitb6401220c0bf7482ad5b204d08ba831a7cf9eabb (patch)
treeb00f2430d95e71c56361eef9511995799933cfe7 /core/extern.inc
parent5365992003f44a1d3b8cb2cd8774ed49dddedb10 (diff)
downloadsyslinux-b6401220c0bf7482ad5b204d08ba831a7cf9eabb.tar.gz
Additional sysappend strings from DMI; pre-bake the http cookies
- Add additional sysappend strings from DMI; we may want to add even more but let's think about it first. - Pre-generate http cookies. - Add a "sendcookies" command to mask out some of the information. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'core/extern.inc')
-rw-r--r--core/extern.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/extern.inc b/core/extern.inc
index 433d55e7..3858f709 100644
--- a/core/extern.inc
+++ b/core/extern.inc
@@ -30,9 +30,12 @@
; sysappend.c
extern do_sysappend, print_sysappend
+ ; dmi.c
+ extern dmi_init
+
%if IS_PXELINUX
; pxe.c
- extern unload_pxe, reset_pxe
+ extern unload_pxe, reset_pxe, http_bake_cookies
%endif
%endif ; EXTERN_INC