1
0
Fork 0
util-linux/include/shells.h
Daniel Baumann c36e531662
Adding upstream version 2.41.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 11:26:35 +02:00

10 lines
251 B
C

/*
* 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 */