summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorSimon Rettberg2019-08-02 10:04:37 +0200
committerSimon Rettberg2019-08-02 10:04:37 +0200
commit610d4d9ea836366ebe5302512c8a4292b47effa0 (patch)
tree42dcb5a7668e6603a59589aa61c6f8eb4a7a5cc9 /src/include
parentMerge branch 'master' into openslx (diff)
parent[efi] Put rdrand workaround in sep. function (diff)
downloadipxe-610d4d9ea836366ebe5302512c8a4292b47effa0.tar.gz
ipxe-610d4d9ea836366ebe5302512c8a4292b47effa0.tar.xz
ipxe-610d4d9ea836366ebe5302512c8a4292b47effa0.zip
Merge branch 'openslx' of git.openslx.org:openslx-ng/ipxe into openslx
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ipxe/login_ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ipxe/login_ui.h b/src/include/ipxe/login_ui.h
index 313e07349..07b1dd49e 100644
--- a/src/include/ipxe/login_ui.h
+++ b/src/include/ipxe/login_ui.h
@@ -9,6 +9,6 @@
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
-extern int login_ui ( void );
+extern int login_ui ( int nouser );
#endif /* _IPXE_LOGIN_UI_H */