]> git.ipfire.org Git - thirdparty/util-linux.git/blame - include/shells.h
po: update tr.po (from translationproject.org)
[thirdparty/util-linux.git] / include / shells.h
CommitLineData
faeb1b64
KZ
1/*
2 * SPDX-License-Identifier: GPL-2.0-or-later
3 */
825feef8
SS
4#ifndef UTIL_LINUX_SHELLS_H
5#define UTIL_LINUX_SHELLS_H
6
b8ecc2d3 7extern void print_shells(FILE *out, const char *format);
825feef8
SS
8extern int is_known_shell(const char *shell_name);
9
10#endif /* UTIL_LINUX_SHELLS_H */