7 lines
142 B
C
7 lines
142 B
C
|
#ifndef UTIL_LINUX_SHELLS_H
|
||
|
#define UTIL_LINUX_SHELLS_H
|
||
|
|
||
|
extern int is_known_shell(const char *shell_name);
|
||
|
|
||
|
#endif /* UTIL_LINUX_SHELLS_H */
|