diff options
Diffstat (limited to 'execute_cmd.h')
-rw-r--r-- | execute_cmd.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/execute_cmd.h b/execute_cmd.h index d233034..f3048be 100644 --- a/execute_cmd.h +++ b/execute_cmd.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with Bash; see the file COPYING. If not, write to the Free Software - Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA. */ #if !defined (_EXECUTE_CMD_H_) #define _EXECUTE_CMD_H_ @@ -33,6 +33,8 @@ extern int shell_execve __P((char *, char **, char **)); extern void setup_async_signals __P((void)); extern void dispose_exec_redirects __P ((void)); +extern int execute_shell_function __P((SHELL_VAR *, WORD_LIST *)); + #if defined (PROCESS_SUBSTITUTION) extern void close_all_files __P((void)); #endif |