diff options
| author | Simon Rettberg | 2019-04-01 19:04:13 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2019-04-01 19:04:13 +0200 |
| commit | f54118cd68329e1482c59734b665e6e66852b60a (patch) | |
| tree | cbda226e15137138d39c2c0f9567e2cd5063fa2d /src/include | |
| parent | Merge branch 'master' into openslx (diff) | |
| download | ipxe-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.h | 2 |
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 */ |
