summaryrefslogtreecommitdiffstats
path: root/include/shells.h
blob: c770a13ba980597329f7890816b6b5449014a568 (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * 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 */