mirror of
https://github.com/CachyOS/New-Cli-Installer.git
synced 2025-01-23 22:42:31 +08:00
9 lines
134 B
C++
9 lines
134 B
C++
#ifndef CRYPTO_HPP
|
|
#define CRYPTO_HPP
|
|
|
|
namespace tui {
|
|
void luks_menu_advanced() noexcept;
|
|
} // namespace tui
|
|
|
|
#endif // CRYPTO_HPP
|