diff options
| author | Simon Rettberg | 2019-08-02 10:04:37 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2019-08-02 10:04:37 +0200 |
| commit | 610d4d9ea836366ebe5302512c8a4292b47effa0 (patch) | |
| tree | 42dcb5a7668e6603a59589aa61c6f8eb4a7a5cc9 /src/include | |
| parent | Merge branch 'master' into openslx (diff) | |
| parent | [efi] Put rdrand workaround in sep. function (diff) | |
| download | ipxe-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.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 */ |
