/
niceSOFT
/
util-linux
Обзор
Документация
Войти
/
niceSOFT
/
util-linux
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
v2.41
include/shells.h
10 строк
251 B
Thorsten Kukuk
chsh: use libeconf to read /etc/shells
28 ноя 2023, 18:37
28 ноя 2023, 18:37
b8ecc2d
Код
Авторство
О чём код?
/* * SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef UTIL_LINUX_SHELLS_H #define UTIL_LINUX_SHELLS_H extern void print_shells(FILE *out, const char *format); extern int is_known_shell(const char *shell_name); #endif /* UTIL_LINUX_SHELLS_H */