]> git.ipfire.org Git - thirdparty/util-linux.git/blame - include/shells.h
Merge branch 'lsfd--handle-newline-in-unix-socket-path' of https://github.com/masatak...
[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
7extern int is_known_shell(const char *shell_name);
8
9#endif /* UTIL_LINUX_SHELLS_H */