summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorSimon Rettberg2019-04-01 19:04:13 +0200
committerSimon Rettberg2019-04-01 19:04:13 +0200
commitf54118cd68329e1482c59734b665e6e66852b60a (patch)
treecbda226e15137138d39c2c0f9567e2cd5063fa2d /src/include
parentMerge branch 'master' into openslx (diff)
downloadipxe-f54118cd68329e1482c59734b665e6e66852b60a.tar.gz
ipxe-f54118cd68329e1482c59734b665e6e66852b60a.tar.xz
ipxe-f54118cd68329e1482c59734b665e6e66852b60a.zip
[login] Add "--nouser" option to just ask for password
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 */