(root)/
util-linux-2.39/
include/
shells.h
       1  /*
       2   * SPDX-License-Identifier: GPL-2.0-or-later
       3   */
       4  #ifndef UTIL_LINUX_SHELLS_H
       5  #define UTIL_LINUX_SHELLS_H
       6  
       7  extern int is_known_shell(const char *shell_name);
       8  
       9  #endif /* UTIL_LINUX_SHELLS_H */