summaryrefslogtreecommitdiffstats
path: root/include/shells.h
blob: ba59ba4fd3246b3b218c2b12efbf3ec04b3d6e30 (plain)
1
2
3
4
5
6
7
8
9
/*
 * SPDX-License-Identifier: GPL-2.0-or-later
 */
#ifndef UTIL_LINUX_SHELLS_H
#define UTIL_LINUX_SHELLS_H

extern int is_known_shell(const char *shell_name);

#endif /* UTIL_LINUX_SHELLS_H */